KC Blog

Algorithm Journal

Recording daily progress in algorithm learning and implementation

2026年01月19日

View Latest Entry

Start today's algorithm learning and implementation

Recent Learning Records

View All Records

Algorithm Journal - Quick Sort

2025-10-28 09:54:27

Today's Topic Topic: Quick Sort Difficulty: intermediate Category: Sorting Algorithms Time Complexity: O(n log n) Space Complexity: O(log n) C...

intermediateQuick SortO(n log n)O(log n)
algorithmsquick-sortintermediate
Read →

Algorithm Journal - Merge Sort

2025-10-27 10:07:19

Today's Topic Topic: Merge Sort Difficulty: intermediate Category: Sorting Algorithms Time Complexity: O(n log n) Space Complexity: O(n) Conce...

intermediateMerge SortO(n log n)O(n)
algorithmsmerge-sortintermediate
Read →

Algorithm Journal - Insertion Sort

2025-10-20 01:53:45

Today's Topic Topic: Insertion Sort Difficulty: beginner Category: Sorting Algorithms Time Complexity: O(n^2) Space Complexity: O(1) Concept L...

beginnerInsertion SortO(n^2)O(1)
algorithmsinsertion-sortbeginner
Read →

Learning Statistics

Total Days9 days
Current Streak0 days
Problems Solved1 problems
Topics Learned9 topics

My Learning Journey

Started learning on2025-10-07
Persisted for9 days

Although we are now in the AI era, I still feel that I should truly remember some things myself, so I'm recording some learning processes here as my own memo.

LeetCode Solutions

More
1
Problems Solved
1
Topics Learned