np-problem
Here are 23 public repositories matching this topic...
Записките ми за упражнения по "Дизайн и анализ на алгоритми"
-
Updated
Aug 18, 2024 - TeX
Feasibility Intensive Genetic Algorithm (FIGA) for the Capacitated Vehicle Routing Problem with Time Windows (CVRPTW)
-
Updated
Jun 22, 2023 - Python
My Edinburgh Napier University Honours Project: investigating the multi-objective Capacitated Vehicle Routing Problem with Time Windows (CVRPTW).
-
Updated
May 30, 2022 - Python
The traveling salesman problem (TSP) is a well-known problem in theoretical computer science and operations research. The standard version of the TSP is a hard problem and belongs to the NP-Hard class. In this project, I build an application to implement the TSP by the dynamic approach and the GVNS approach .
-
Updated
Mar 11, 2023 - Python
Solving the popular NP problem, The Subset Sum Problem, with an Amortized O(n) algorithm based on Recursive Backtracking. The Algorithm stood second fastest in the organized Intra-University competition.
-
Updated
Oct 8, 2021 - C
University project about time and space complexity of differents algorithms, data structure and NP problems
-
Updated
Nov 2, 2022 - TeX
An efficient simulated annealing algorithm applied to the Minimum Vertex Cover Problem
-
Updated
Sep 5, 2024 - Python
NTUEE Algorithm 23Spring PA3
-
Updated
Sep 21, 2023 - C++
Position-Candidate-Hypothesis (PCH) is a theoretical paradigm for structural-statistical analysis of NP-complete problems.
-
Updated
Nov 15, 2025 - TeX
A recursive algorithm with backtracking in Java to solve the NP problem of SAT solving.
-
Updated
Mar 1, 2024 - Java
Algorithms Specialization (Stanford-Coursera)
-
Updated
Apr 4, 2020 - Python
-
Updated
Aug 23, 2023 - Jupyter Notebook
Compares an algorithm that solves the K-Clique problem exponentially with an algorithm that solves the polynomial transformation to SAT
-
Updated
Feb 24, 2022 - Java
An Algorithmic Approach to Solve the Grouping Problem, BSc Thesis
-
Updated
Mar 26, 2025 - Jupyter Notebook
Approximation and randomized algorithms - Assignment 01 - SAT
-
Updated
Apr 10, 2020 - Python
The Logistics Optimizer tackles the NP-hard Container Terminal Space Allocation and Scheduling Problem using an Enhanced Cuckoo Search Algorithm with Gaussian Mixture Clustering. This approach maximizes space utilization and minimizes costs, improving efficiency in resource allocation and scheduling for logistics operations.
-
Updated
Apr 12, 2025 - Python
the problem of finding a cycle in a graph that contains all vertices (each exactly once) and has the lowest possible cost
-
Updated
Feb 14, 2022 - C++
Solving a graph NP-problem using Sat-Solving (libz3) approach.
-
Updated
Oct 29, 2020 - C
Semestrální práce KIV/PT - Programovací Techniky
-
Updated
Mar 22, 2025 - Java
Improve this page
Add a description, image, and links to the np-problem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the np-problem topic, visit your repo's landing page and select "manage topics."