This repository contains all the data structures and algorithms assignments under Prof. Shaik Naseera at Vellore Institute of Technology, Vellore for the CSE2003 lab as of Winter'17.
Given below are all the C & C++ Programs present in this repository, in alphabetical order:
- Binary Search Tree
- Breadth First Search
- Bubble Sort
- Circular Queue
- Depth First Search
- Dijkstra's Algorithm
- Doubly linked list
- Greedy knapsack problem
- Linear queue
- Linked list using queue
- Linked list using stack
- N queens (backtracking)
- Prefix, Postfix and Infix using stack
- Selection Sort
- Single linked list
- Stack using array
- Quick Sort
- Longest increasing subsequence implementation
- Circular Linked List
- Jacob John - Initial work - jacobjohn2016
- Aditya Ramesh -
Quick sort
andLongest increasing subsequence implementation
- RameshAditya - Divya Kumari -
Circular Linked List
- DIVYA-KUMARI1
- Prof. Shaik Naseera
- [email protected]