Skip to content

rohitpeesa/Data-Structures-and-Algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contribution

  • Jacob John - Initial work - jacobjohn2016
  • Aditya Ramesh - Quick sort and Longest increasing subsequence implementation- RameshAditya

Acknowledgments

About

Data Structures and Algorithms (Using C)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • C++ 3.4%