Skip to content

gvkarthik93/Data-Structures-and-Algorithms

Repository files navigation

Data Structures and Algorithms

Data Structures and Algorithms in C++

Commands to run the programs:

  • g++ --version (To check the g++ compiler version)
  • g++ filename.cpp (To compile and run the program in a cpp file)
  • ./a.out (To check the output of the program)


Sorting.cpp

  1. Bubble Sort
  2. Modified Bubble Sort
  3. Selection Sort
  4. Insertion Sort

Linkedlist.cpp

  • Create
  • Insert
  • Update
  • Delete
  • List Length
  • Display

Stack.cpp

  • Push
  • Pop
  • Display

Queue.cpp

  • Push
  • Pop
  • Display

BinaryTree.cpp

  • Create Tree
  • Search
  • Insert
  • Delete

Searching.cpp

  1. Linear Search

About

Data Structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published