Skip to content

Implementation and solutions of simple problems of popular data structures and algorithms

Notifications You must be signed in to change notification settings

AllenJonathan/Data_Structures_and_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures-and-Algorithms

Implementation and solutions of simple problems of popular data structures and algorithms

Data Structures

  • Arrays
  • Hash Tables
  • Linked Lists - Singly linked list | Doubly linked lists
  • Queue
  • Stacks - Using Nodes | Using Array
  • Trees - Binary Search Tree | Binary Heap | Trie
  • Graphs(undirected and unweighted)

Algorithms

  • Sorting
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
  • Searching
    • Binary search
    • Depth-first search
    • Breadth-first search

About

Implementation and solutions of simple problems of popular data structures and algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages