Skip to content

jacob5412/Data-Structures-and-Algorithms

Repository files navigation

Data Structures and Algorithms

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.

Exercises

Given below are all the C & C++ Programs present in this repository, in alphabetical order:

  1. Binary Search Tree
  2. Breadth First Search
  3. Bubble Sort
  4. Circular Queue
  5. Depth First Search
  6. Dijkstra's Algorithm
  7. Doubly linked list
  8. Greedy knapsack problem
  9. Linear queue
  10. Linked list using queue
  11. Linked list using stack
  12. N queens (backtracking)
  13. Prefix, Postfix and Infix using stack
  14. Selection Sort
  15. Single linked list
  16. Stack using array
  17. Quick Sort
  18. Longest increasing subsequence implementation
  19. Circular Linked List

Contribution

Acknowledgments

Releases

No releases published

Packages

No packages published