Skip to content

shubhamsugara22/-data_structure_and-_-_algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-data_structure_and-_-_algo

DATA STRUCTURES IN C++

*ARRAY

1.Sum of all elements in array

2.Delete an element in array(sorted array)

3.Find a given element in array(sorted array)

4.Using binary search to find an element in a array

5.Reverse any given array

6.Insert an element at last of an array(sorted array)

*LINKED LIST

1.Normal linked list of 3 nodes

*STACK

*QUEUE

*TREE

ALGORITHM IN C++

*SEARCH

  1. LINEAR SEARCH

  2. BINARY SEARCH

  3. JUMP SEARCH

*SORTING

  1. INSERTION SORT

  2. BUBBLE SORT

  3. SELECTION SORT

  4. MERGE SORT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages