Data-Structures icon indicating copy to clipboard operation
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.

Results 9 Data-Structures issues
Sort by recently updated
recently updated
newest added

Add code for any other data structure available.

help wanted
good first issue
hacktoberfest

Create a folder as `src-language` and add code in that language in that folder.

enhancement
help wanted
good first issue
hacktoberfest

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

help wanted
good first issue
hacktoberfest

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.

enhancement
help wanted
good first issue
hacktoberfest