Skip to content

The idea here is to practice time/space complexity, algorithms and data structures.

Notifications You must be signed in to change notification settings

FernandaCastro/coding-catchup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding-Catchup

The idea is to practice time/space complexity, algorithms and data structures.

Sorting algorithms:

  • HeapSort
  • MergeSort
  • QuickSort
  • Elementary Sorting algorithms:
    • BubbleSort
    • SelectionSort
    • InsertionSort

Algorithm challenges:

  • Elements in common
  • First Recurring Character
  • Merge Sorted Arrays
  • Recursion Factorial
  • Recursion Fibonacci
  • Reverse String
  • Flood Depth
  • Longest Password

Data Structures:

  • BinarySearchTree
  • DoublyLinkedList
  • Graph
  • HashTable
  • LinkedList
  • Queue
  • Stack

About

The idea here is to practice time/space complexity, algorithms and data structures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages