download.md (2961B)
1 --- 2 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' 3 --- 4 5 # Downloads Archive 6 7 Welcome to the downloads page. You can link directly to any file by just clicking the download button. 8 9 ## Semester 2 DSA Notes 10 11 <div style="overflow-x: auto; width: 100%;"> 12 13 | No. | File Name | Link | 14 | :--- | :--- | :--- | 15 | **#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) | 16 | **#02** | `N2_Algorithm_Note.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N02_Algorithm_Note.pdf) | 17 | **#03** | `N3_ADT in detail.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N03_ADT.in.detail.pdf) | 18 | **#04** | `N4_Array in Detail.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N04_Array.in.Detail.pdf) | 19 | **#05** | `N5_Circular_Array_in_detail.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N05_Circular_Array_in_detail.pdf) | 20 | **#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) | 21 | **#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) | 22 | **#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) | 23 | **#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) | 24 | **#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) | 25 | **#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) | 26 | **#12** | `N12_Study_Material_on_Recursion.pdf` | [Download](https://github.com/notamitgamer/bsc/releases/download/sem2_dsa_notes/N12_Study_Material_on_Recursion.pdf) | 27 | **#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) | 28 29 </div>