commit a93a2d69761d35796e8350e8e63def377127a887 parent 02733660c76f7dd930674cbae8033ee9230fb6b8 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Fri, 3 Jul 2026 14:07:27 +0530 added download files Diffstat:
| A | docs/download.md | | | 30 | ++++++++++++++++++++++++++++++ |
1 file changed, 30 insertions(+), 0 deletions(-)
diff --git a/docs/download.md b/docs/download.md @@ -0,0 +1,29 @@ +--- +title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline; margin-bottom:-2px; margin-right:6px;"><path d="M12 15V3"/><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><path d="m7 10 5 5 5-5"/></svg> Downloads' +--- + +# Downloads Archive + +Welcome to the downloads page. You can link directly to any file by just clicking the download button. + +## Semester 2 DSA Notes + +<div style="overflow-x: auto; width: 100%;"> + +| No. | File Name | Link | +| :--- | :--- | :--- | +| **#01** | `N1_Basics on Data Structures by D. Knuth.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N01_Basics.on.Data.Structures.by.D.Knuth.pdf) | +| **#02** | `N2_Algorithm_Note.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N02_Algorithm_Note.pdf) | +| **#03** | `N3_ADT in detail.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N03_ADT.in.detail.pdf) | +| **#04** | `N4_Array in Detail.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N04_Array.in.Detail.pdf) | +| **#05** | `N5_Circular_Array_in_detail.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N05_Circular_Array_in_detail.pdf) | +| **#06** | `N6_Linked List Detailed Theory and Algorithms.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N06_Linked.List.Detailed.Theory.and.Algorithms.pdf) | +| **#07** | `N7_Linked List with Detailed Code Snippets(C++).pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N07_Linked.List.with.Detailed.Code.Snippets.C++.pdf) | +| **#08** | `N8_Linked List with Detailed Code Snippets(C++)_continued.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N08_Linked.List.with.Detailed.Code.Snippets.C++._continued.pdf) | +| **#09** | `N9_Study_Material_on_Stack_and_Practice_Problems.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N09_Study_Material_on_Stack_and_Practice_Problems.pdf) | +| **#10** | `N10_Basic_Study_Material_on_Queue.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N10_Basic_Study_Material_on_Queue.pdf) | +| **#11** | `N11_Implementations and Five Practice Problems.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N11_Implementations.and.Five.Practice.Problems.pdf) | +| **#12** | `N12_Study_Material_on_Recursion.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N12_Study_Material_on_Recursion.pdf) | +| **#13** | `N13_BT_and_BST_Study_Material.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N13_BT_and_BST_Study_Material.pdf) | + +</div>+ \ No newline at end of file