Commit Graph

1 Commits

Author SHA1 Message Date
yasinshaw
bb4f59a6d7 feat: add advanced algorithm and data structure interview questions
- Add B+ Tree implementation with detailed explanations and Java code
- Add LRU Cache implementation with multiple approaches
- Add Red-Black Tree implementation with rotation operations
- Add Skip List implementation with probabilistic balancing
- Add Timing Wheel algorithm for task scheduling
- Include detailed time complexity analysis and practical applications
- Add comparison with other data structures and common interview questions

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-28 23:44:18 +08:00