Skip to content

vik-y/Data-Structures

Repository files navigation

Data-Strucutres

#Objective

To learn all major Data structures and code them using C. Also observe benchmarks for various kinds of inputs. The final aim is to make plugins in PHP to connect all these data structures with the web so that custom queries can be run from web browser and results displayed on the browser itself (Something like MySQL but far far from it :D) Just to get an idea about how databases work and make something relevant in the end if possible.

    Data Strucutres Completed till now
  1. Binary Tree
  2. AVL Tree
  3. Linked List
  4. Hash (Using Linked List)
    More to come
  1. B-Tree
  2. Binary Index Tree
  3. Red Black Tree
  4. Fibonacci Heap

About

Implementation of some Data Strucutres in C to be used for Competitive Programming and Database related projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published