gunanksood / C-Codes

Any Data Structure and Algorithm Implementation in C Language.
MIT License
5 stars 45 forks source link

Data Structure [C] #1

Open gunanksood opened 7 years ago

gunanksood commented 7 years ago

Add Any Data Structure Implementation in C Language.

ashutosh97 commented 7 years ago

I'd like to add few important data structures (advanced DS) like Segment trees (Range sum query) and Binary Indexed Tree (Fenwick Tree). Will these be helpful for this repo ?

gunanksood commented 7 years ago

Sure. You can add Algorithms and Data Structures in this Repository in C language. Your Contribution will be helpful for this Repo.

gunanksood commented 7 years ago

Create new Issues if you want.

ashutosh97 commented 7 years ago

I've added Segment tree implementation for Range Minimum Query. Please review and merge - https://github.com/gunanksood/C-Codes/pull/6

hrishikeshathalye commented 5 years ago

Want to contribute to the repo. Will adding implementation of Stack ADT using end incremented Linked List be helpful?

SuranjanDaw commented 5 years ago

I have added Dijktras Algorithm in master

anmolharsh commented 5 years ago

I have added doubly_linkedlist_using_xor #17

anmolharsh commented 5 years ago

will be adding a simple queue data structure