CS Notes

Recent writing

  • Fermi Problem

    Sep 09, 2025

    • math
  • Prometheus On Macos

    Sep 07, 2025

    • devops
    • binance
  • MMU

    Sep 03, 2025

    • OS

See 643 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Algorithm

❯

Algorithm Content Page

Algorithm Content Page

62 words, 1 min read
Last updated on Jul 22, 2024
🌟 Edit This Page!   🗓️ History

  • dsa
Xinyang YU

Total 18 items

Basics


7 items

  • Algorithm
  • Algorithm Complexity Analysis
  • Two Pointers (双指针)
  • Prefix Sum (前缀和)

Important Terminologies

  • Interval
  • Sub-Sequence

Recursion


3 items

  • Recursion
  • Sorting
  • Backtracking

Searching Algorithms


  • Binary Search
  • Quick Select

Optimisation Algorithms


6 items

  • Combinatorial Optimisation
  • Memoization
  • Dynamic Programming
  • Greedy Algorithm
  • Dijkstra’s Algorithm
  • Kadane’s algorithm

WIP


3 items

  • Genetic Algorithms
  • Banker’s Algorithm
  • DFS
  • BFS
  • Basics
  • Recursion
  • Searching Algorithms
  • Optimisation Algorithms
  • WIP

Mentioned by

  • Second Brain for Computer Science | Engineering Insights

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub