docs: remove redundant documentation files and table of contents from README

This commit is contained in:
Prad Nukala
2026-07-11 16:09:06 -04:00
parent 25ef46e13b
commit d7dfa1e45a
7 changed files with 0 additions and 58 deletions
-7
View File
@@ -1,12 +1,5 @@
# LeetCode
<!--toc:start-->
- [LeetCode](#leetcode)
- [Introduction](#introduction)
- [Frequency Map + Sort-With-Tiebreaker](#frequency-map-sort-with-tiebreaker)
- [Event Emitter + Throttle](#event-emitter-throttle)
<!--toc:end-->
## Introduction
Day 1: Frequency map + sort-with-tiebreak until automatic (LC 1365, 1636, 451)