Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
/ L2T2 Public archive

BUET CSE Level 2 Term 2 Sessional Offlines

Notifications You must be signed in to change notification settings

fazledyn/L2T2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Level 2 Term 2 Offlines

CSE 208 : Data Structures & Algorithms II Sessional (C++/Java)

Advanced data structures and algorithms for the theory course CSE207 (Data Structures & Algorithms II)

Topics Covered:

  • Basic Graph Implementation (BFS, DFS)
  • Graph Algorithm I (Dijkstra, Bellman Ford)
  • Graph Algorithm II (Johnson's, Floyd Warshall)
  • Minimum Spanning Tree
  • Graph Algorithm III (Maximum Bipartite Matching, Maxflow Mincut Theorem)
  • Red Black Tree
  • Binomial Heap
  • Hashtable (Chain Hashing, Double Hashing, Custom Probing)

Resources

CSE 211 : Theory of Computation (Final Assignment)

Designing a turing machine using a simulator.