Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VICTOR4046/Data-Structures

Repository files navigation

Data-Structures

Data Structure is a way of collection and organizing data in such a way that we can perform opertion on these data in a efficient way.


There are 6 basic operation.

  • Traversing
  • Searching
  • Insertion
  • Deletion
  • Sorting
  • Merging

Searching


find the location of a particular record with a given a given value or finding the location of all record which satisfy one or more condition

  • Linear Search
  • Binary Search
  • Sorting

    merging a data or record in some logical order (Ascending or descending order)

    • Searching Algorithm
    • Quick Sort
    • Bubble Sort
    • Merge Sort
    • Insertion Sort
    • Selection Sort
    • Heap Sort
    • Radix Sort
    • Bucket Sort
    • counting Sort
    • shell Sort

    Tree

    • Binary search tree(Deletion)
    • AVL tree(INSERTION)

    Graph

    • Breadth First Search
    • Depth First Search
    • PrimMinSpanningTree

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages