-
Knowing a programming language and DSA are two different things .
eg. you might be knowing python , c, c++ , java etc but if you know DSA then you can implement them in any programming language with minor syntatic modifications.
-
This Repository does not intend to spoon feed , it can be used for studying in the right direction , but the efforts should be solely yours .
- If you want to crack the interviews and get into the product based companies.
- Nearly everything functional in computer science is an implementation of data structure along with certain algorithms
- If you love to solve the real-world complex problems.
- 1-D Arrays
- 2-D Arrays
- Array ADT
- Character Arrays
- Strings
- Pointers
- Dynamic Memory Allocation
- STL - ALGO'S
- Sorting Algorithms
- BINARY SEARCH
- Vectors
- Bit Manipulation
- Number Theory
- Recursion
- Backtracking
- Space and Time Complexities
- OOP'S
- Linked List
- Stacks
- Queues
- Deque
- Binary Tree
- Binary Search Tree
- Heaps
- Hashing
- Greedy Algorithms
- Dynamic Programming
- Graph
- Segment Tree/Fenwick Tree
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Ensure that every PR is linked with an issue, all standalone PRs will be rejected by the maintainers.
- Discuss all the features and requirements in issue section before sending an PR.
- It would be really appreciated if you try to look into previous created issue instead of a new one.
- Use proper template and be describe all the changes that you are addressing in a PR.
- Add relevant comments explaining what the code is all about (if possible write the Time and Space complexities)
- Any type pf plagrised code or fishy code will not be merged.
- Once you follow above points and your PR gets approved by more than 2 reviewers it will be merged by the maintainers.
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment include:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting
Feel free to contact us to discuss any issues, questions, or comments. Our contact info can be found on our GitHub page.