0% found this document useful (0 votes)
26 views2 pages

Week 14 DSA 1

The spreadsheet outlines various topics related to Data Structures and Algorithms, including types of data structures, memory allocation, and complexity analysis. It also includes sample questions and marks for different topics, along with recommended Leetcode problems for practice. Some entries are marked as incorrect, indicating areas that may need further review or correction.

Uploaded by

jinu8683
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Week 14 DSA 1

The spreadsheet outlines various topics related to Data Structures and Algorithms, including types of data structures, memory allocation, and complexity analysis. It also includes sample questions and marks for different topics, along with recommended Leetcode problems for practice. Some entries are marked as incorrect, indicating areas that may need further review or correction.

Uploaded by

jinu8683
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

This spreadsheet covers many important topics, but it's not exhau

gain a comprehensive
TOPIC MARK TOPIC MARK
what is Data Structure &
Algorithms ##### SAmple array questions FALSCH
Linear vs Non-linear DS #####
Types of DS ##### Linear Search FALSCH
Hierarchical DS ##### Binary Search FALSCH
Static Data Stucture ##### Binary Search with recurrtion FALSCH
Dynamic Data Stucture ##### Binary in Disending FALSCH
Memory Allocation ##### sample binary FALSCH
Memory leak. #####
Heap & Stack memory working
(Not Data Structure) ##### The Call Stack FALSCH
Recursion FALSCH
Primitive Data Types ##### sample recursion qustions FALSCH
Non-Primitive Data Types #####
Static vs Dinamic memory ##### LinkedList (LL) FALSCH
Contiguous Memory Allocation ##### Singly Linked List FALSCH
Non-Contiguous Memory Allocation##### Doubly Linked List FALSCH
ARRAY ##### Circular Linked List FALSCH
Jagged Array vs 2DArray ##### Applications of Linked List FALSCH
Sparse Array ##### Sample linked list
Flatten a Jagged Array #####
exhaustive. I encourage you to explore beyond these resources to
ensive understanding.
TOPIC MARK Recommended Leetcode

Linked List Duplicate delete ####### binary ######


Linked List Reverse ####### array ######
Linked List palindrome ####### linked list ######
Disadvantage of linked list ####### ######
Advantage of linked list ####### ######

Application of Linked List #######


######

Asymptotic Analysis ####### ######


Complexity Analysis. ####### ######
Big-O-Notation #######
Big Θ (Theta) Notation #######
Big Ω (Omega) Notation ####### Vishual reprasentation
Time Complexity #######
Space Complexity #######
Best Case Analysis #######
Average Case Analysis ####### Application Of learned DS ######
Worst Case Analysis #######

You might also like