Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 936 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 936 Bytes

CSE-208(Algorithm Sessional)

These are the source of algorithm sessional that I flunked in 2nd year

How to run

All codes in python which takes input from file and outputs them in txt.

Contents

N Content Filename
1 Minimum Spanning Tree(Prims algo) offline_1_mst.py
2 Single Source Shortest Path(Bellman-ford Algo) offline_2_sssp.py
3 Dynamic Programming(Smith-waterman algo) offline_3_dp.py
4 Divide and Conquer(Quicksort) offline_5_dnc.py
5 Greedy Algorithms(Huffman Coding) offline_6_grdy.py

And some other practice problems.