Data-Structures
Data-Structures copied to clipboard
This contains all the programs for data structures that are a part of the syllabus of MAKAUT 2nd year Computer Science and engineering course.
Add code for any other data structure available.
Create a folder as `src-language` and add code in that language in that folder.
I'll write whole tree traversals and creating tre from various traversals in java
I added php language with implementations of Queue and LinkedList. see https://github.com/diptangsu/Data-Structures/issues/14
Reversing a Linked List using stack. To iterate through the object used LinkedList Iterartor.
Add information about other data structures
Please accept my pull request
For example, for the file Stack.java, pushing into a full-stack is prevented by an if-else block, change all such occurrences with user-defined exceptions.