Skip to content

anantjakhmola/Data_Structure_Codes

Repository files navigation

Data structures with code

General

This repo has a collection of the most important Data Structures and their codes. Technologies included:

  • C/C++
  • javascript
  • Java

Useful resources

Mind Map

Data Structure Mind Map

Youtube Channels and useful websites to get Started.

Contributing

This repo welcomes any contributions that may be useful for learning Data structures. Before contributing, please make sure you have read the guidelines below. If you decide to contribute anything, please do the following

General Instructions

  1. Fork this repository
  2. Create a new branch specific to the issue you are working onp (read more here)
  3. Add your files on the new branch
  4. Commit and push to the new branch
  5. Make a pull request