Skip to content

ChauDinh/algoprep2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms And Data Structures Preparation for Software Engineer

What do we cover?

1. ARRAYS

  • Get product of all element accept at index i
  • Calculate maximum sub-array sum
  • Calculate maximum circle sub-array sum
  • Smallest window need to be sorted
  • Count smaller elements to the right

2. STRINGS

  • Arrays
  • Back tracking
  • Binary search
  • Dynamic programming
  • Graphs
  • Hash tables
  • Heaps
  • Linked list
  • Searching
  • Stack and queue
  • Trees
  • Strings
  • Tries

Releases

No releases published

Packages

No packages published