Записките ми за упражнения по "Дизайн и анализ на алгоритми"
-
Updated
Feb 21, 2026 - TeX
Записките ми за упражнения по "Дизайн и анализ на алгоритми"
Notes of Algorithms Learning
This repository contains all the solutions of assignments, starter files and other materials related to this specialization.
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
Strip Packing Written in C++
🧙🏾♂️ Complex Algorithms and Complexity Course from the University of San Diego
All the Programs of the 5th Sem Analysis of Algorithms Lab with their output in different steps. This lab provides students with hands-on experience in implementing, analyzing, and comparing fundamental algorithms. It focuses on practical exposure to algorithm design techniques such as divide and conquer, greedy methods, dynamic programming etc.
Algorithms-Specialization from Stanford:
Presents a reduction from 3DM to Nonogram
Course projects on various NP and NPH problems on CTU in Prague 2021. Knapsack problem with various approaches, analysis of effectivity and robustness. Instances generation and validation. Approximation algorithms (FPTAS) and advanced iterative methods (genetic algorithm, simulated annealing).
What I learned from Data Structures and Algorithms Specialization on Coursera.
Strategies for solving a power system network planning problem through greedy strategies, using dynamic programming and flow approximation algorithms. NP-Completeness analysis. The Min K-Cut problem
Foundations of Computer Science
Coursera Data Structures and Algorithms Specialization course 5 --> Advanced Algorithms and Complexity... Code is completed in python only.
Graph algorithms as a potential benchmark for the minimization of the instruction footprint.
This repo contains the implementation of an heuristic to solve the Traveling Tournament Problem (TTP), as well as the implementation of the Meta-heuristics' algorithm Iterated Local Search (ILS) satisfying the predefined contraints of the NP-hard problem.
Non-Deterministic Objects library (CombView API)
Algorithm Analysis and Development
An implementation of an A* Informed Search Algorithm for solving the N-Puzzle problem, using several heuristic functions, written in C
An 8086 assembly quiz game on computational complexity, featuring user authentication, randomized MCQs, case-insensitive input, a 12-second timer, and a leaderboard. Built with BIOS interrupts and modular code, runs on 8086 emulators.
Add a description, image, and links to the np-completeness topic page so that developers can more easily learn about it.
To associate your repository with the np-completeness topic, visit your repo's landing page and select "manage topics."