Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
13 views
3 pages
DSA Typed Notes
DSA type notes
Uploaded by
Shubham Bharti
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download now
Download
Download as pdf or txt
Save DSA Typed Notes For Later
Download
Save
Save DSA Typed Notes For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
13 views
3 pages
DSA Typed Notes
DSA type notes
Uploaded by
Shubham Bharti
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download now
Download
Download as pdf or txt
Save DSA Typed Notes For Later
Carousel Previous
Carousel Next
Save
Save DSA Typed Notes For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
Download as pdf or txt
You are on page 1
/ 3
Search
Fullscreen
Beginner Language TYPED NOTES
Beginner: Introduction to Beginner Module Introduction to Beginner Module.pdf
Beginner: Output & Basic Data Types https://hackmd.io/@topics/Hk3Kl7Xia
Beginner: Data Types https://hackmd.io/@scaler-topics-main/r1tG47via
Beginner: Data Types 2 + Reading Inputs https://hackmd.io/@scaler-topics-main/rJI_nXvsa
Beginner: Operators https://hackmd.io/@scaler-topics-main/SJUzxVDsp
Beginner: If-Else 1 https://hackmd.io/@scaler-topics-main/By0FuNPja
Beginner: If-Else 2 https://hackmd.io/@scaler-topics-main/r1Zf24Pja
Beginner: Loop - 1 https://hackmd.io/@scaler-topics-main/rJUXwgzoa
Beginner: Loop - 2 https://hackmd.io/@scaler-topics-main/SyKwYWGia
Beginner: Patterns 1 https://hackmd.io/@scaler-topics-main/SJtWBxMiT
Beginner: Patterns 2 & Introduction to Strings https://hackmd.io/@scaler-topics-main/HJyHUxfoa
Beginner: Functions - 1 Functions 1.pdf
Beginner: Functions - 2 Functions 2.pdf
Beginner: Maths Basics & Calculate Iterations Maths Basics and Calculate Iterations.pdf
Beginner: 1D Array - 1 https://hackmd.io/@topics/ryA5aCbsT
Beginner: 1D Array - 2 https://hackmd.io/@topics/HJyc00Wip
Beginner: 2D Array - 1 https://hackmd.io/@topics/ByZRkkzjT
Beginner: 2D Array - 2 https://hackmd.io/@topics/SJIplyzip
Beginner: Problems on Arrays https://hackmd.io/@topics/BJuDX1GiT
Beginner: String Implementation https://hackmd.io/@topics/SJb8EkGs6
Intermediate TYPED NOTES
Intermediate DSA: Introduction to Problem Solving https://hackmd.io/l7AOmCDISb65VfXVR5IzfA
Intermediate DSA: Time Complexity https://hackmd.io/y6iLC70HQlis788Z38Calw
Intermediate DSA: Introduction to Arrays https://hackmd.io/X6IV_CFXTnGuyArPKI0z7Q?both
Intermediate DSA: Arrays - Prefix Sum https://hackmd.io/2RUc71lbQJKVGgcYmEfbyA?both
Intermediate DSA: Arrays - Carry Forward & Subarrays https://hackmd.io/xcH5B8SeTwy18LpIUJQVFA?both
Intermediate DSA: Arrays : Sliding Window & Contribution Technique https://hackmd.io/QSVnCdcXTU6ZX89Y8s0tMw
Intermediate DSA: Arrays : 2D Matrices https://hackmd.io/YpS3IBuGSC2y0voYTjJSgQ?both
Intermediate DSA: Memory Management https://hackmd.io/ilG5qi02Q36NM4DVBXaTpw
Intermediate DSA: Sorting Basics https://hackmd.io/ZHzgw53HTeqAbLBM22V9sA
Intermediate DSA: Bit Manipulations Basics https://hackmd.io/6qk39iRvSwqsu1oIV3C45w
Intermediate DSA: Strings https://hackmd.io/-ZlRQ0v5SzStiAp5zC1sAA
Intermediate DSA: Interview Problems https://hackmd.io/_56RMzXrTlCq_PznajcJfA
Advanced TYPED NOTES
DSA: Arrays 1: One Dimensional https://hackmd.io/SVSlmY2ZQZqZDZPp3_OD-w
DSA: Arrays 2: Two Dimensional https://hackmd.io/qRazKKVVSOOGpRR8_cwtGA
DSA: Arrays 3: Interview Problems https://hackmd.io/Y4GXpm8WR1qRHy63vuxmlA
DSA: Bit Manipulation 1 https://hackmd.io/96VeGnKsT6a5kfYWxQA8zw
DSA: Bit Manipulation 2 https://hackmd.io/ck37jelOQvip_ScmeRbINw
DSA: Recursion 1 https://hackmd.io/vAg2G5nMRoaeEMu31FFHXg
DSA: Recursion 2 https://hackmd.io/AH_GVmb-RIG1w9taX9gi6g
DSA: Backtracking https://hackmd.io/xQy2IT17QDWaEob7MtOsuA
DSA: Maths 1: Modular Arithmetic & GCD https://hackmd.io/l6CAOZTzSdyUXUQF0QQcXQ
DSA: Maths 2: Combinatorics Basics https://hackmd.io/3bpMofHwRj-oGnDxrxgVbQ?both
DSA: Maths 3: Prime Numbers https://hackmd.io/YgvwLoPFRrGHASu0E3OuCQ?view
DSA: OOPS 1: Introduction https://hackmd.io/HUzASRcPRteZtgkNIEu6ow
DSA: OOPS 2: Constuctors, Inheritance & Polymorphism https://hackmd.io/Viyamv8WQfGpiDOYNnZiog?both
DSA: Hashing 1: Introduction https://hackmd.io/KW2YBIGKSUGyzAR_zpOf5w
DSA: Hashing 2: Problems https://hackmd.io/SnsLugEgRbGr05Po1FDsrA
DSA: Language Advanced Concept: Collections https://hackmd.io/O2GXr9xgScW3DQ0FkBvIwQ
DSA: Sorting 1: Count Sort & Merge Sort https://hackmd.io/dpakEx_6TgKAatK7y2KZGA?both
DSA: Sorting 2: Quick Sort & Comparator Problems https://hackmd.io/BkP_cy40QcyMd_dLepDz9Q
DSA: Searching 1: Binary Search on Array https://hackmd.io/2gI23haATai1RhyVo64v-g
DSA: Searching 2: Binary Search Problems https://hackmd.io/Wg62hM_VRjCItgUUUS4NXA
DSA: Searching 3: Binary Search on Answer https://hackmd.io/SPQOEs1LRf6S4D71ssOLzg
DSA: Two Pointers https://hackmd.io/0P9jmH8uTgq9h3w_xztlAw
DSA: Linked List 1: Introduction https://hackmd.io/KUOGCQs0QS6fKLr4Kyrylw
DSA: Linked List 2: Sorting and Detecting Loop https://hackmd.io/Eu6VxvsGSpSJF6gpFt2W4g
DSA: Linked List 3: Problems & Doubly Linked List https://hackmd.io/-tMDKL3ASfa62sQ-mDUhaA
DSA: Stacks 1: Implementation & Basic Problems https://hackmd.io/mpnE1tvYQdOunFkzpNNqOA
DSA: Stacks 2: Nearest Smaller/Greater Element https://hackmd.io/dJChUBl8TG2Wg9_XRHEFDA
DSA: Queues: Implementation & Problems https://hackmd.io/rIVX4lz1SW-Y3ql1yj_4QA
DSA: Trees 1: Structure & Traversal https://hackmd.io/kd7Iq5MOQOqOY_hPQRdqOw
DSA: Trees 2: Views & Types https://hackmd.io/rLVfx84USeuHT3CFm05XTg
DSA: Trees 3: BST https://hackmd.io/bptUDKq7RwmKcsX38uDChw
DSA: Trees 4: LCA + Morris Inorder Traversal https://hackmd.io/TcyH7D1RTp67pKLqkUfB4A
DSA: Trees 5: Problems on Trees https://hackmd.io/iAhL98rhTTqWp5gyBS1XPA
DSA: Hashing 3: Internal Implementation & Problems https://hackmd.io/dRrOR3OvSPmT4P5Fuwv-kA
DSA: Heaps 1: Introduction https://hackmd.io/Bg2wKjInT3u0JAe505wn7A
DSA: Heaps 2: Problems https://hackmd.io/J7J8UQCORlilqE7dzBBJ_g
DSA: Greedy https://hackmd.io/zlqOGhuqQf-mZiXODoU1CQ
DSA: DP 1: One Dimentional https://hackmd.io/1Yoo8caXRO2Ty0o8IhAHLg
DSA: DP 2: Two Dimentional https://hackmd.io/x8AT4cqGSEaO13wO-eL87Q
DSA: DP 3: Knapsack https://hackmd.io/H1ep_CMNQ4yoxMlHHmxC1A
DSA: DP 4: Applications of Knapsack https://hackmd.io/OcL2fzj8TGORl1kERhNs2w
DSA: Graphs 1: Introduction, DFS & Cycle Detection https://hackmd.io/3woxyu3pSp-F047zUdCRBQ
DSA: Graphs 2: BFS, Matrix Questions & Topological Sort https://hackmd.io/DH518gnzSEyH_vukT60zMg
DSA: Graphs 3: MST (Prims Algo.) & Dijkstra Algo https://hackmd.io/nFriRf2-TLWalSPsmXiaYg
DSA: Interview Problems https://hackmd.io/-dLkugDNQumXxF1-kHi1Rw
Python Refresher TYPED NOTES
Refresher: Introduction To Python and Data Types https://hackmd.io/CzgV6DcyQlGtzCJ4lXquMw?view
Refresher: Operators and Control Statements https://hackmd.io/Fh8g-8hoRRK5tK2W06ga0Q?view
Refresher: Iteration 1 https://hackmd.io/6eeB8MoQTamP-u2NBzWiqQ?view
Refresher: Iteration 2 https://hackmd.io/hHIyvZp4S-eBbCjGuvtogg?view
Refresher: List 1 https://hackmd.io/pgLcyt7DQVqpc64yhxJ-Ng?view
Refresher: List 2 https://hackmd.io/ywK41VhHTy2TEZWYZ7NBDQ?view
Refresher: List 3 https://hackmd.io/rtNX7D7CRsWSr_2VKpDkAg?view
Refresher: Tuples + Strings 1 https://hackmd.io/pr3JQAzPR7a_Oz4gopFKoQ?view
Refresher: Strings 2 https://hackmd.io/W_EmfqSMQQ6jBfO_AUVLqw?view
Refresher: Sets and Dictionaries https://hackmd.io/szXk1Nc4SeeRsr8YS5CEZg?view
Java Refresher TYPED NOTES
Refresher : Introduction to Java : Input/Output + Data Types + Operators https://hackmd.io/x_3-7IFhQiKgRLKHJsXI9w?view
Refresher: Introduction to Java : If-Else https://hackmd.io/stqfWLO4TH2q3FnRIiH75A?view
Refresher: While Loop https://hackmd.io/@1ciT0F0KQ0mnShu2z8S_AA/Sk7jou2np
Refresher: For Loop https://hackmd.io/nFpBImsFSDWUvrUuX9rwKw?view
Refresher: Patterns https://hackmd.io/@1ciT0F0KQ0mnShu2z8S_AA/ByvXhuh3p
Refresher : Functions https://hackmd.io/@1ciT0F0KQ0mnShu2z8S_AA/S1u2nd2np
Refresher : 1D Arrays https://hackmd.io/@1ciT0F0KQ0mnShu2z8S_AA/Hy9z6uhh6
Refresher : 2D Arrays https://hackmd.io/NocXM1B5RUWifjWsMzpNIg?view
Refresher : Arraylists https://hackmd.io/@1ciT0F0KQ0mnShu2z8S_AA/Bk4bAO236
Refresher : Strings https://hackmd.io/@1ciT0F0KQ0mnShu2z8S_AA/B13kgK33T
Refresher : HashMap & HashSet https://hackmd.io/@1ciT0F0KQ0mnShu2z8S_AA/r1DmxY3nT
You might also like
CP164 ExamNotes
PDF
No ratings yet
CP164 ExamNotes
14 pages
Bits F232: Foundations of Data Structures & Algorithms (2 SEMESTER 2022-23)
PDF
No ratings yet
Bits F232: Foundations of Data Structures & Algorithms (2 SEMESTER 2022-23)
150 pages
Js 50 - Updated
PDF
No ratings yet
Js 50 - Updated
73 pages
DeepWeb - Links
PDF
No ratings yet
DeepWeb - Links
2 pages
DSA PATTERNS SHEET - ARSH
PDF
No ratings yet
DSA PATTERNS SHEET - ARSH
2 pages
Latest Log
PDF
No ratings yet
Latest Log
28 pages
Problem Solving With Data Structures & Algorithms
PDF
No ratings yet
Problem Solving With Data Structures & Algorithms
5 pages
Imp Question
PDF
No ratings yet
Imp Question
8 pages
Search and Sort: Questions
PDF
No ratings yet
Search and Sort: Questions
4 pages
22march Uppg Questions Recalls and Answers: Connect RXPG With Twitter and Get Instant Bonus Credits! RXPG Uppg Forum
PDF
No ratings yet
22march Uppg Questions Recalls and Answers: Connect RXPG With Twitter and Get Instant Bonus Credits! RXPG Uppg Forum
17 pages
Krunker ModMenu
PDF
0% (1)
Krunker ModMenu
10 pages
YT Links
PDF
No ratings yet
YT Links
5 pages
gogo
PDF
No ratings yet
gogo
2 pages
Links For Competitive Programming
PDF
No ratings yet
Links For Competitive Programming
3 pages
2 Commandes
PDF
No ratings yet
2 Commandes
22 pages
Ree Onlin
PDF
No ratings yet
Ree Onlin
2 pages
1-هـجمربلا - Programming:-: 2- بيولا ريوطت - WEB DEVELOPMENT:
PDF
No ratings yet
1-هـجمربلا - Programming:-: 2- بيولا ريوطت - WEB DEVELOPMENT:
11 pages
Data Sets
PDF
No ratings yet
Data Sets
2 pages
Dynammic Programming Decoded
PDF
No ratings yet
Dynammic Programming Decoded
3 pages
Course Links #7
PDF
No ratings yet
Course Links #7
9 pages
GitHub - FRGFM - Torch-Scan - Seamless Analysis of Your PyTorch Models (RAM Usage, FLOPs, MACs, Receptive Field, Etc.)
PDF
No ratings yet
GitHub - FRGFM - Torch-Scan - Seamless Analysis of Your PyTorch Models (RAM Usage, FLOPs, MACs, Receptive Field, Etc.)
6 pages
sources
PDF
No ratings yet
sources
1 page
??????? ?? ?????? ???? ????????
PDF
No ratings yet
??????? ?? ?????? ???? ????????
1 page
400+ Website Links
PDF
No ratings yet
400+ Website Links
7 pages
Programming Links
PDF
No ratings yet
Programming Links
10 pages
Before Interviewing at Oracle Please Read This
PDF
No ratings yet
Before Interviewing at Oracle Please Read This
1 page
anr_sys_trace_file_1739809641965
PDF
No ratings yet
anr_sys_trace_file_1739809641965
150 pages
mc
PDF
No ratings yet
mc
6 pages
Geografía
PDF
No ratings yet
Geografía
18 pages
Eegame Logcat
PDF
No ratings yet
Eegame Logcat
3 pages
Lara Dsa Weekends
PDF
No ratings yet
Lara Dsa Weekends
4 pages
Cse111 Assignment Harshit
PDF
No ratings yet
Cse111 Assignment Harshit
5 pages
Mimikatz and Metasploit
PDF
No ratings yet
Mimikatz and Metasploit
23 pages
softgetpc (2)
PDF
No ratings yet
softgetpc (2)
1 page
8x8 Matrix Snake Game
PDF
No ratings yet
8x8 Matrix Snake Game
3 pages
HackersFile 040224
PDF
100% (2)
HackersFile 040224
6 pages
mas_6-1
PDF
No ratings yet
mas_6-1
66 pages
Performance Engineering Articles
PDF
No ratings yet
Performance Engineering Articles
4 pages
Goroutine
PDF
No ratings yet
Goroutine
13 pages
Lab2 Malware Analysis Incident Response
PDF
No ratings yet
Lab2 Malware Analysis Incident Response
7 pages
N1n1amf Comm
PDF
No ratings yet
N1n1amf Comm
3 pages
Anr Sys Trace File 1712322043268
PDF
No ratings yet
Anr Sys Trace File 1712322043268
133 pages
Cheatsheets Pentru Python
PDF
No ratings yet
Cheatsheets Pentru Python
2 pages
FCoDS - W5 - One-Way Hash Function
PDF
No ratings yet
FCoDS - W5 - One-Way Hash Function
45 pages
Ryuk Ransomware PDF
PDF
No ratings yet
Ryuk Ransomware PDF
10 pages
Curated Lists
PDF
No ratings yet
Curated Lists
2 pages
Road Map For DSA
PDF
No ratings yet
Road Map For DSA
3 pages
DSA Sheet
PDF
No ratings yet
DSA Sheet
4 pages
Enlaces Módulo 2 - Estrategia I
PDF
No ratings yet
Enlaces Módulo 2 - Estrategia I
3 pages
Pytorch Tutorial by Chongruo Wu
PDF
No ratings yet
Pytorch Tutorial by Chongruo Wu
84 pages
References
PDF
No ratings yet
References
4 pages
Profile Creation and Project: Computer Science and Engineering
PDF
No ratings yet
Profile Creation and Project: Computer Science and Engineering
14 pages
Latest Log
PDF
No ratings yet
Latest Log
340 pages
Arduino Tutorials - RFID - 4 Steps - Instructables
PDF
No ratings yet
Arduino Tutorials - RFID - 4 Steps - Instructables
14 pages
Latestlog 2
PDF
No ratings yet
Latestlog 2
4 pages
Latestlog
PDF
No ratings yet
Latestlog
4 pages
CheatSheet,Handbook
PDF
No ratings yet
CheatSheet,Handbook
7 pages
0-Detection Method 2. 3. 4. Logaritmo in Base 2 5. 6. 7
PDF
No ratings yet
0-Detection Method 2. 3. 4. Logaritmo in Base 2 5. 6. 7
1 page
Backlinks Sheet
PDF
No ratings yet
Backlinks Sheet
18 pages
d4 7 2 2 Prototype Network
PDF
No ratings yet
d4 7 2 2 Prototype Network
5 pages
Some Tutorials in Computer Networking Hacking
From Everand
Some Tutorials in Computer Networking Hacking
Dr. Hidaia Mahmood Alassouli
No ratings yet
A Practical Guide Wireshark Forensics
From Everand
A Practical Guide Wireshark Forensics
alasdair gilchrist
5/5 (4)
Subject Outline - Data Structures and Algorithms - Autumn 2020 - UTS
PDF
No ratings yet
Subject Outline - Data Structures and Algorithms - Autumn 2020 - UTS
12 pages
SBI (SO) IT DSA Sample
PDF
No ratings yet
SBI (SO) IT DSA Sample
9 pages
Data Structure MCQ (Multiple Choice Questions)
PDF
No ratings yet
Data Structure MCQ (Multiple Choice Questions)
15 pages
05 CS316 - Algorithms - Recursive Algorithms MM
PDF
No ratings yet
05 CS316 - Algorithms - Recursive Algorithms MM
27 pages
B.Sc. (Data Science)
PDF
No ratings yet
B.Sc. (Data Science)
9 pages
2022 Odd CE143 CCP PracticalList
PDF
No ratings yet
2022 Odd CE143 CCP PracticalList
23 pages
Crossword Solver
PDF
No ratings yet
Crossword Solver
15 pages
Data Structure KCS 301 2022
PDF
No ratings yet
Data Structure KCS 301 2022
2 pages
cs cat
PDF
No ratings yet
cs cat
5 pages
Amazon SDE 1 Roadmap
PDF
No ratings yet
Amazon SDE 1 Roadmap
18 pages
Cost Optimization of Electricity in Energy Storage System by Dynamic Programming
PDF
No ratings yet
Cost Optimization of Electricity in Energy Storage System by Dynamic Programming
8 pages
Control Flow: CSCI 3136 Principles of Programming Languages
PDF
No ratings yet
Control Flow: CSCI 3136 Principles of Programming Languages
84 pages
Data Structures & Algorithms PART-A Answer ALL Questions (10x2 20 Marks)
PDF
No ratings yet
Data Structures & Algorithms PART-A Answer ALL Questions (10x2 20 Marks)
2 pages
Cse-III-data Structures With C (10cs35) - Solution
PDF
100% (1)
Cse-III-data Structures With C (10cs35) - Solution
54 pages
5 CSM 216 - 77 - Labmannual Summer Semster
PDF
No ratings yet
5 CSM 216 - 77 - Labmannual Summer Semster
35 pages
DOC-20250205-WA0010.
PDF
No ratings yet
DOC-20250205-WA0010.
4 pages
DSA Recursion
PDF
No ratings yet
DSA Recursion
32 pages
B.tech in AIML First Year
PDF
No ratings yet
B.tech in AIML First Year
65 pages
Unit IV: Strings and Functions
PDF
No ratings yet
Unit IV: Strings and Functions
71 pages
College of Technology and Engineering, MPUAT, Udaipur
PDF
No ratings yet
College of Technology and Engineering, MPUAT, Udaipur
43 pages
Complete MTE Syllabus II Year 2024-2025 15112024
PDF
No ratings yet
Complete MTE Syllabus II Year 2024-2025 15112024
2 pages
WK 3 Python Functions
PDF
No ratings yet
WK 3 Python Functions
26 pages
3 Hours / 70 Marks: Seat No
PDF
No ratings yet
3 Hours / 70 Marks: Seat No
4 pages
Question Bank
PDF
No ratings yet
Question Bank
173 pages
PPS Module Wise Questions
PDF
No ratings yet
PPS Module Wise Questions
12 pages
4 Year B.Tech CSE FullSyllabus
PDF
No ratings yet
4 Year B.Tech CSE FullSyllabus
37 pages
1st Sem Electrical Engineering New Syllabus
PDF
No ratings yet
1st Sem Electrical Engineering New Syllabus
16 pages
Documents
Teaching Methods & Materials