Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resources added #1508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Data Structures and Algorithm (DSA)/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,11 @@ To the Point, Short and Practical - These 3 terms defines our Content
<a href="https://www.geeksforgeeks.org/geeksforgeeks-master-sheet-list-of-all-cheat-sheets/">Cheatsheets from GFG</a></td>
<td>It consists of topic-wise sheets for better understanding</td>
</tr>

<tr><td>
<a href="https://cheatography.com/burcuco/cheat-sheets/data-structures-and-algorithms/">Cheatsheets from burcuco</a></td>
<td>The cheat sheet on Cheatography by burcuco provides a concise summary of key concepts and operations related to data structures and algorithms.</td>
</tr>
</table>

## GitHub Repositories
Expand Down
5 changes: 5 additions & 0 deletions Operating System (OS)/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ An operating system (OS) serves as the intermediary between computer hardware an
<td><a href="https://roadmap.sh/">OS Development Roadmap</a></td>
<td>A comprehensive guide covering basic to advanced topics in OS development, including kernel programming, memory management, and more.</td>
</tr>

<tr>
<td><a href="https://roadmap.sh/r/operating-system-9f83n">OS Roadmap</a></td>
<td>This link contains a detailed roadmap for learning about operating systems. It includes a step-by-step guide to understanding various concepts and components of operating systems</td>
</tr>
</table>

## Introduction
Expand Down
7 changes: 7 additions & 0 deletions UI-UX Design/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ This curated collection offers valuable UI (User Interface) and UX (User Experie
<td>This is roadmap to learn UI/UX</td>

</tr>

<tr>
<td ><a href="https://www.guvi.in/blog/ui-ux-designer-roadmap-for-beginners/">UI/UX Roadmap</a></td>
<td>This link contains UI/UX roadmap for beginners .</td>

</tr>


</table>

Expand Down
Loading