Skip to content

Commit 780ac31

Browse files
Added Data Structures and Algorithms to the cheatsheet (#7724)
* Updated Cheatsheet for Data Structures and Algorithms * Update free-programming-cheatsheets.md * Updated DSA and ordered it alphabetically * Added Data Structures and Algorithms to the cheatsheet * Update free-programming-cheatsheets.md * Updated id-tag for Data Structures and Algorithms * Updated contents alphabetically Co-authored-by: Biswadeep Purkayastha <[email protected]> Co-authored-by: Biswadeep Purkayastha <[email protected]>
1 parent 00c48b6 commit 780ac31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

more/free-programming-cheatsheets.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Clojure](#clojure)
99
* [Dart](#dart)
1010
* [Data Science](#data-science)
11+
* [Data Structures and Algorithms](#data-structures-and-algorithms)
1112
* [Docker](#docker)
1213
* [Git](#git)
1314
* [Go](#go)
@@ -92,6 +93,15 @@
9293
* [Cheatsheets for Data Scientists](https://www.datacamp.com/community/data-science-cheatsheets) - Datacamp (PDF)
9394

9495

96+
### <a id="data-structures-and-algorithms"></a>Data Structures and Algorithms
97+
98+
* [Algorithms and Data Structures Cheatsheet](https://algs4.cs.princeton.edu/cheatsheet/)
99+
* [An Executable Data Structures Cheat Sheet for Interviews](https://algodaily.com/lessons/an-executable-data-structures-cheat-sheet)
100+
* [Big O Notation Cheat Sheet](https://algodaily.com/lessons/big-o-notation-cheat-sheet)
101+
* [Data Structures and Algorithms Cheat Sheet - Cheatography](https://cheatography.com/burcuco/cheat-sheets/data-structures-and-algorithms/)
102+
* [Data structures and algorithms study cheatsheets for coding interviews](https://www.techinterviewhandbook.org/algorithms/study-cheatsheet/)
103+
104+
95105
### Docker
96106

97107
* [Docker Cheat Sheet](https://low-orbit.net/docker-cheat-sheet) - Anthony Rioux, Low Orbit Flux (HTML, PDF)

0 commit comments

Comments
 (0)