A collection of Design and Analysis of Algorithms (DAA) programs implemented in C++, organized week-wise according to academic coursework. Each folder contains solutions to weekly problems covering ...
👉 Pram is a multimodal language model (MLM)-powered framework for solving multi-commodity flow (MCF) problems, accepted by ICLR '26. By leveraging the mathematical reasoning ability of MLMs, Pram ...
𝗦𝗼𝗿𝘁𝗶𝗻𝗴 𝗔 𝗟𝗶𝗻𝗸𝗲𝗱 𝗟𝗶𝘀𝘁 𝗨𝘀𝗶𝗻𝗴 𝗠𝗲𝗿𝗴𝗲 𝗦𝗼𝗿𝘁 You need to sort a linked list efficiently. Since linked lists do not support random access, you use merge sort. Here's what you ...
Built entirely in Python with zero external dependencies, it features both an interactive CLI and a tabbed GUI to simulate and visualize complex concepts like CPU Scheduling (FCFS, SJF, Round Robin), ...