Set of all programs of Data Structures Lab for CSE branch, 2019 scheme.
- Implement stack operations With arrays
- Conversion of infix to postfix and evaluation of postfix expression
- Polynomial addition
- Matrices in tuple form
- Implementation of queue
- Implementation of circular queue
- Implementation of double ended queue
- Implementing priority queue
- Search for an employee from n employees
- Sort and search strings from a file
- Implement linked list operations
- Polynomial operations using linked list
- Implement stack using linked list
- Implement queue using linked list
- Implementation of tree data structure
- Implementation of graph data structure
- Sorting algorithms
- Hash table using chaining
- Hash table using linear probing
- Memory allocator and garbage collector
- Clone the repository(How to clone a repository)
- goto the directory of the program
- open terminal in that directory
- type
gcc <filename>.c
and press enter in linux. - If you are using windows, you can use any C compiler like Dev-C++ or CodeBlocks.
- If any issues, feel free to open an issue or contact me at my email.
- Ask for the issue to be assigned to you.
- After the issue is assigned to you, fork the repository.
- Clear the issue and make a pull request.
- We will review the pull request and merge it if it is correct.
- Else we will ask you to make changes and then merge it.
Star the repository if you like it. 😉