Skip to content

sabakugaara/algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

中文 | English

This is a repository for learning data structures and algorithms, implemented with C.

Prerequisite

  • gnu autotools, install on macos:
brew install autoconf automake libtool
  • check for unit test, install on macos:
brew install check

Build

clone this repo, and then:

autoreconf --install
./configure
make

if autoreconfg command is not found, please check autotools is installed, and PATH environment variable is set correctly.

Test

make check

TODO

Tree

  • binary search tree
  • avl tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published