Skip to content

opensourcedoc/bstree-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Search Tree in C

This repo demos a naive (not balanced) binary search tree in C.

Warning

For demo only. DON'T USE IT ON PRODUCTION ENVIRONMENT.

Copyright

Copyright (c) 2019 Michelle Chen. Licensed under MIT

About

A naive, aka not-balanced, binary search tree in C

Topics

Resources

Stars

Watchers

Forks