Design and Analysis of Algorithms
-
Updated
Jan 18, 2021 - C
Design and Analysis of Algorithms
🎒 Activity Selection Problem | Greedy, Backtracking and Dynamic | Python
Django Train Scheduler is a web app with a multilayer algorithm for efficient train schedule management, allowing users to add, delete, and prioritize schedules.
It is asked to find the optimal solution to this problem by using Activity Selection Algorithm.
Data Structure and Algorithms
solve using Java
A web-based Event Scheduling System that uses a Greedy Algorithm to schedule the maximum number of non-overlapping events across multiple venues. Built with Java (backend) and HTML/CSS/JS (frontend), with REST API integration.
activity selection problem C++ greedy
Some basic algorithms learned in 4th semester
Two classic greedy algorithms, Huffman coding and activity selection, implemented from scratch in C++ with no STL containers (pool-indexed min-heap, hand-rolled merge sort), backed by a 5-page IEEE-format research paper with correctness proofs and complexity analysis.
To associate your repository with the activity-selection topic, visit your repo's landing page and select "manage topics."