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

❯

Data Structure

❯

Data Structure Content Page

Data Structure Content Page

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

  • dsa
Xinyang YU

Basics


  • Data Structure
  • Abstract Data Type (ADT)
  • Array
  • Linked List
  • Stack
  • Queue
  • Deque

Graph


  • Graph

Tree


  • Tree
  • Binary Tree
  • Perfect Binary Tree (完美二叉树)
  • Complete Binary Tree (完全二叉树)
  • Full Binary Tree (完满二叉树)
  • Binary Search Tree (二叉搜索树)
  • AVL Tree

Hash Map


  • Hash Map
  • Hash Function
  • Hash Collision

WIP


  • Union Find
  • Priority Queue
  • Heap
  • Basics
  • Graph
  • Tree
  • Hash Map
  • 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