GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

np-complete

Website
Wikipedia
https://static.github-zh.com/github_avatars/optapy?size=40
optapy / optapy

OptaPy is an AI constraint solver for Python to optimize planning and scheduling problems.

Python人工智能metaheuristicssimulated-annealingtabu-searchvehicle-routing-problemnp-hardnp-completemathematical-optimization
Java 294
2 年前
https://static.github-zh.com/github_avatars/Universidade-Livre?size=40
Universidade-Livre / rinha-de-algoritmos

#算法刷题#Na Rinha de Algoritmos você deve utilizar suas habilidades para a criação de algoritmos eficientes para resolver problemas!

算法algorithms-and-data-structuresapproximation-algorithmsnp-completenp-hardprobabilistic-algorithms
Python 167
1 年前
https://static.github-zh.com/github_avatars/mishun?size=40
mishun / minisat-rust

Experimental minisat SAT solver reimplementation in Rust

Rustnp-complete
Rust 71
6 年前
https://static.github-zh.com/github_avatars/EvanOman?size=40
EvanOman / AntColonyOptimization-TSP

An Ant Colony Optimization algorithm for the Traveling Salesman Problem

traveling-salesmanoptimizationnp-completemeta-heuristicMATLAB
MATLAB 46
6 年前
https://static.github-zh.com/github_avatars/RodolfoPichardo?size=40
RodolfoPichardo / LinKernighanTSP

A java implementation of the famous Lin-Kernighan heuristics algorithm implemented for graphic (symmetric) TSP

tspefficiencyheuristicsnp-complete
Java 31
1 年前
https://static.github-zh.com/github_avatars/DarkStarStrix?size=40
DarkStarStrix / QSolvers

The Swiss Army Knife of Applied Quantum Technology (Experimental Tech)

quantum-algorithmsQuantum Computingquantitative-financequantum-chemistryquantum-informationquantum-machine-learningcombinatorial-optimization计算机科学np-completeqiskitexperimental
Python 23
5 个月前
https://static.github-zh.com/github_avatars/joshuaguerin?size=40
joshuaguerin / Answer-Set-Programming-Algorithms

#算法刷题#Implementation of classical problems in Computer Science in the Answer Set Solving dialect of Clingo.

算法教学logic-programminglogicnp-completenp-hard计算机科学languageconstraint-satisfaction-problemconstraint-programmingoer编程软件工程
Python 21
1 个月前
https://static.github-zh.com/github_avatars/JuanjoMrt?size=40
JuanjoMrt / Graph-Coloring

#算法刷题#Graph coloring problem solved with Genetic Algorithm, Tabu Search and Simulated Annealing

np-complete算法genetic-algorithmsimulated-annealingtabu-search
C++ 21
7 年前
https://static.github-zh.com/github_avatars/LucasBoTang?size=40
LucasBoTang / Coursera_Discrete_Optimization

Exact and meta-heuristic algorithms for NP problems

Pythonnp-completetspvrpmeta-heuristic
Python 21
6 年前
https://static.github-zh.com/github_avatars/Kuanhao-Chao?size=40
Kuanhao-Chao / Wheeler_Graph_Toolkit

🔎 wheeler graph recognition algorithm, visualization and generation

np-complete可视化
C++ 19
2 年前
https://static.github-zh.com/github_avatars/aishwarya34?size=40
aishwarya34 / AlgorithmsIlluminated

Python solutions for Tim Roughgarden's 4 part books called Algorithms Illuminated

algorithms-and-data-structuresgraphsheaphashingbloom-filtergreedy-algorithmsdynamic-programmingnp-complete
Jupyter Notebook 18
5 年前
https://static.github-zh.com/github_avatars/wkschwartz?size=40
wkschwartz / pigosat

Go (golang) bindings for Picosat, the satisfiability solver

CGonp-completenp-hardoptimizationoptimizer
C 16
7 年前
https://static.github-zh.com/github_avatars/hamidgasmi?size=40
hamidgasmi / training.computerscience.algorithms-datastructures

algorithms-and-data-structuresgreedy-algorithmsdynamic-programminggraph-algorithmsnp-completelinked-listtree-structurebig-ohashingbinary-search-tree
Python 14
1 个月前
https://static.github-zh.com/github_avatars/dynaroars?size=40
dynaroars / npbench

a collection of benchmarks (in DIMACS format) for various NP-Complete problems

benchmarksnp-completenp-hard
TeX 12
2 个月前
https://static.github-zh.com/github_avatars/michaelwayman?size=40
michaelwayman / python-genetic

Genetic algorithm to solve np-complete maximization problems. Originally intended for fantasy sports.

genetic-algorithmevolutionary-algorithmnp-complete
Python 10
8 年前
https://static.github-zh.com/github_avatars/SleekPanther?size=40
SleekPanther / minimum-weighted-vertex-cover-approximation-algorithm

#算法刷题#Approximation Algorithm for the NP-Complete problem of finding a vertex cover of minimum weight in a graph with weighted vertices. Guarantees an answers at most 2 times the optimal minimum weighted ve...

vertexgraphnp-completeapproximation-algorithms算法
Java 8
7 年前
https://static.github-zh.com/github_avatars/professorcode1?size=40
professorcode1 / College-Time-Table-Scheduler

https://portfolio.raghavkumar.co.in/collegeschduler Creates a college schedule using ant-colony optimisation to perform graph colouring. This was my sem 4 Software Engineering project

Node.js数据库np-complete
TypeScript 8
1 年前
https://static.github-zh.com/github_avatars/timbeurskens?size=40
timbeurskens / rsbdd

A Reduced-order Binary Decision Diagram (RoBDD) SAT solver written in Rust

np-complete
Rust 7
3 个月前
https://static.github-zh.com/github_avatars/maxtuno?size=40
maxtuno / problem-solving-book

Problem Solving: A Practical Workbook

cspnp-completenp-hardreal-world
Jupyter Notebook 6
6 年前
https://static.github-zh.com/github_avatars/andrea-covre?size=40
andrea-covre / Minimum-Vertex-Cover

#算法刷题#With this project we researched, implemented and analyzed different algorithms to effectively and efficiently solve an NP-Complete problem such as the Minimum Vertex Cover (MVC).

算法algorithms-and-data-structuresapproximation-algorithmsbranch-and-boundgenetic-algorithmnp-completeoptimizationsimulated-annealing
Python 6
3 年前
loading...