Open gunanksood opened 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 ?
Sure. You can add Algorithms and Data Structures in this Repository in C language. Your Contribution will be helpful for this Repo.
Create new Issues if you want.
I've added Segment tree implementation for Range Minimum Query. Please review and merge - https://github.com/gunanksood/C-Codes/pull/6
Want to contribute to the repo. Will adding implementation of Stack ADT using end incremented Linked List be helpful?
I have added Dijktras Algorithm in master
I have added doubly_linkedlist_using_xor #17
will be adding a simple queue data structure
Add Any Data Structure Implementation in C Language.