Bitdribble
Language ModelsSelf Driving CarsArtificial IntelligenceComputer VisionCognitive Science
Market TradingWebdevDevOpsBiotech
BlogAbout
Language ModelsSelf Driving CarsArtificial IntelligenceComputer VisionCognitive Science
Market TradingWebdevDevOpsBiotech
BlogAbout

Array Exercises

  • Longest Substring Without Repeating Characters (solution) (use sliding window)
  • Merge Sorted Arrays (use sliding pointers) (solution)
  • Two Sum (build hash of elem, idx then look up hash) (solution)
  • Best Time to Buy and Sell Stock (solution) (use sliding window but, when price decreases compared to window start, slide window completely)

References

  • Tech Interview Handbook - Algorithms

Other

  • Algorithms Practice
  • Engineering Skills
RSS Feed
Andrei Radulescu-Banu
bitdribble@gmail.com

AI Topics

Language ModelsComputer VisionCognitive Science

Tech Topics

Market TradingWebdevDevOps

Site

BlogAbout
GitHub Twitter LinkedIn