Skip to content

abraaobarros/daily-coding-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily coding problems

This repository is used for my daily training to maintain me fresh on data structures and algorithms.

Basic implementations

A bunch of common basic algorithms used to solve medium/hard problems.

  • Stacks
    • push
    • pop
    • peek
  • Queue
    • dequeue
    • enqueue
  • Trees
    • Data structure
    • Insert
    • Delete
    • Find
  • Linked List
    • Find the middle
    • Reverse
    • Remove
    • Merge
  • Tries
    • Query
  • Heaps
    • Insert
    • Delete
    • Find
  • Graphs
    • Data structure types
    • Breath-first-search
    • Depth-first-search
  • Searchs
    • Binary Search
  • Sort
    • QuickSort
    • MergeSort
    • BubbleSort

About

Repository of big tech companies' interview problems solved in javascript and python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors