LeetCode: Difference between revisions

Content deleted Content added
stuff
Update total number of problems
Line 24:
 
== Types of problems ==
Every question on LeetCode has a particular category or tag. Some of the most common tags include [[Array_(data_structure)|arrays]], [[String_(computer_science)|strings]], [[Pointer_(computer_programming)|two pointer]]s, [[Stack_(abstract_data_type)|stack]]s, [[binary search]], sliding windows, [[linked list]]s, [[Tree_(data_structure)|trees]], [[trie]]s, [[backtracking]], [[Heap_(data_structure)|heap]]s, [[priority queue]]s, [[Graph_(abstract_data_type)|graph]]s, [[Breadth-first_search|breadth-first search]], [[Depth-first_search|depth-first search]], [[dynamic programming]], [[greedy algorithm]]s, [[bit manipulation]], [[Database|database problems]], and math.<ref>{{Cite web |title=NeetCode.io |url=https://neetcode.io/roadmap |access-date=2023-10-10 |website=neetcode.io}}</ref>{{Better source needed|date=October 2023}} InAs totalof October 2024, LeetCode offers 32363313 questions across its three levels of difficulty; with 801828 questions categorized as easy, 16791733 as medium, and 713752 as hard.<ref name="LeetCodeWebsite" />{{Better source needed|date=June 2024}}
 
== History ==