/algoexpert-1

My solutions for AlgoExpert questions

Primary LanguagePython

algoexpert

My solutions for https://www.algoexpert.io/

Indentation Problem

I have realized some files have indentation problem. As, I copied codes from my AlgoExpert's solutions to VS Code they looked fine but actually they had indentation issue.

Sorting

  • Insertion Sort: Imagine Array as sorted and unsorted array; keeping swapping number in backwards
  • Selection Sort: Loop to the end & SELECT the smallest element to swap

Double Recursion

Recursion with swapping number back n forth

Sliding Window Approach

Miscellaneous Time Complexity

Time Complexities to revisit

BST

Heap

Classic DPs

Simple yet Ticky

Famous Hard Questions