
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A calendar view of the topics covered in a data structures and algorithms (dsa) course. The course is divided into three months: may, august, and september. In may, students learn about bit magic, recursion, arrays, and searching. In august, they cover hashing, strings, linked lists, stacks, queues, deques, trees, bsts, heaps, and in september, they study graphs, greedy algorithms, backtracking, dynamic programming, trie, segment and binary indexed trees, and disjoint sets. The document also emphasizes the importance of practice during the last three months of the year.
Typology: Cheat Sheet
1 / 1
This page cannot be seen from the preview
Don't miss anything!
dates----------------------topics month : may 1, 2---------------------bit magic 3, 4---------------------recursion 5, 6, 7, 8-------------arrays 23, 24, 25, 26-------------searching 27, 28, 29, 30-------------sorting 30/31, 1-------------------matrix month : august 2, 3, 4, 5-----------------hashing 6, 7, 8, 9-----------------strings 10, 11, 12, 13-------------linked list 14, 15, 16-----------------stack 17, 18---------------------queue 19, 20---------------------deque 21, 22, 23, 24-------------tree 25, 26, 27, 28-------------bst 29, 30, 31-----------------heap month : september 1, 2, 3, 4, 5--------------graph 6, 7-----------------------greedy 8, 9, 10-------------------backtracking 11, 12, 13, 14, 15---------dynamic programming 16, 17---------------------trie 17, 18---------------------segment and binary indexed trees 19, 20---------------------disjoint set _____important topics(repeat)______ 20, 21, 22-----------------arrays, linked list,... 23, 24, 25, 26-------------trees, bst,... 27, 28, 29, 30-------------graphs, dp,... oct, nov, dec--------------practice practice practice...