Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Structure [C] #1

Open
gunanksood opened this issue Oct 5, 2017 · 8 comments
Open

Data Structure [C] #1

gunanksood opened this issue Oct 5, 2017 · 8 comments

Comments

@gunanksood
Copy link
Owner

Add Any Data Structure Implementation in C Language.

mridulg added a commit to mridulg/C-Codes that referenced this issue Oct 5, 2017
@ashutosh97
Copy link
Contributor

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
Copy link
Owner Author

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

@gunanksood
Copy link
Owner Author

Create new Issues if you want.

@ashutosh97
Copy link
Contributor

I've added Segment tree implementation for Range Minimum Query. Please review and merge -
#6

mridulg added a commit to mridulg/C-Codes that referenced this issue Oct 6, 2017
@hrishikeshathalye
Copy link

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

@SuranjanDaw
Copy link
Contributor

I have added Dijktras Algorithm in master

@anmolharsh
Copy link
Contributor

anmolharsh commented Oct 7, 2019

I have added doubly_linkedlist_using_xor #17

@anmolharsh
Copy link
Contributor

will be adding a simple queue data structure

gunanksood pushed a commit that referenced this issue Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants