Compare commits

...

7 Commits

Author SHA1 Message Date
Aryan Jain 71cb17e7e5
Merge 4227d58915 into 35d21565a9 2024-11-20 16:19:01 +00:00
Ajay Singh 35d21565a9
Added favicon to the website which will make the site look great. (#11603)
* Add files via upload

* Update _config.yml

* Add files via upload

* Update default.html

* Update _config.yml

* Update default.html

* Update _config.yml

* Update default.html

* Update default.html

* Update default.html

* Update default.html

* Update default.html

* Delete _layout directory

* Update _config.yml

* Add files via upload

* Update head-custom.html

* Delete _includes/head-custom-google-analytics.html

* Update _config.yml

* Update _config.yml
2024-11-20 11:18:46 -05:00
Aryan Jain 4227d58915
Update free-programming-cheatsheets.md 2024-10-17 03:07:28 +05:30
Aryan Jain 2ebddb746a
Update free-programming-cheatsheets.md 2024-10-17 03:05:02 +05:30
Aryan Jain 58c53e8da3
Update free-programming-cheatsheets.md 2024-10-17 03:01:23 +05:30
Aryan Jain 2d8a4603ec
Update free-programming-cheatsheets.md 2024-10-17 02:59:32 +05:30
Aryan Jain 2c077e70d5
Update free-programming-cheatsheets.md
Added Strivers Cheatsheet 
- A2Z dsa Sheet
- SDE sheet
- 79 Last Moment problems
2024-10-17 02:12:35 +05:30
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
<!-- end custom head snippets -->

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -140,6 +140,9 @@
* [An Executable Data Structures Cheat Sheet for Interviews](https://algodaily.com/lessons/an-executable-data-structures-cheat-sheet)
* [Big-O Cheat Sheet](http://bigocheatsheet.com)
* [Big O Notation Cheat Sheet](https://algodaily.com/lessons/big-o-notation-cheat-sheet)
* [Data Structure and Algorithms Striver's 79 last moment dsa sheet ace interviews](https://takeuforward.org/interview-sheets/strivers-79-last-moment-dsa-sheet-ace-interviews)
* [Data Structure and Algorithms Striver's A2Z DSA Sheet for FAANG](https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2)
* [Data Structure and Algorithms Striver's sde sheet top coding interview problems](https://takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems)
* [Data Structures and Algorithms Cheat Sheet - Cheatography](https://cheatography.com/burcuco/cheat-sheets/data-structures-and-algorithms/)
* [Data structures and algorithms study cheatsheets for coding interviews](https://www.techinterviewhandbook.org/algorithms/study-cheatsheet/)