Compare commits

...

7 Commits

Author SHA1 Message Date
Aryan Jain
96562ae72a
Merge 4227d58915 into 9c550dd5a1 2024-12-17 17:27:15 +00:00
dependabot[bot]
9c550dd5a1
chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5 (#11786)
Some checks are pending
Check URLs from changed files / Get changed files (push) Waiting to run
Check URLs from changed files / Check @ ${{ matrix.file }} (push) Blocked by required conditions
Check URLs from changed files / GitHub report (push) Blocked by required conditions
Detect conflicting PRs / Detect (push) Waiting to run
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v45.0.4...v45.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 12:26:49 -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
2 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }} fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files
uses: tj-actions/changed-files@v45.0.4 uses: tj-actions/changed-files@v45.0.5
with: with:
separator: " " separator: " "
json: true json: true

View File

@ -140,6 +140,9 @@
* [An Executable Data Structures Cheat Sheet for Interviews](https://algodaily.com/lessons/an-executable-data-structures-cheat-sheet) * [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 Cheat Sheet](http://bigocheatsheet.com)
* [Big O Notation Cheat Sheet](https://algodaily.com/lessons/big-o-notation-cheat-sheet) * [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 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/) * [Data structures and algorithms study cheatsheets for coding interviews](https://www.techinterviewhandbook.org/algorithms/study-cheatsheet/)