Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / williamfiset/Algorithms issues and pull requests

#34 - Add min cost max flow algorithm

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Network flow

#33 - Add Max Weight Independent Set (MWIS) for bipartite graphs

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Network flow

#32 - Add maximum independent set algorithm

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Network flow

#31 - Add Dinics with dynamic trees

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: wontfix

#30 - Add Dinics algorithm

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Network flow

#29 - Add bipartite minimum vertex covering

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Network flow

#28 - Add algorithm to solve the Steiner tree problem.

Issue - State: closed - Opened by williamfiset over 7 years ago - 6 comments
Labels: Graph theory

#27 - Add finding all complete subgraphs (cliques) in graph

Issue - State: open - Opened by williamfiset over 7 years ago - 1 comment
Labels: Graph theory

#26 - Add algorithm to find hamiltonian path

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Graph theory

#25 - Add algorithm to color graph with N colors.

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Graph theory

#24 - Add the BEST algorithm to count all eulerian paths

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Graph theory

#23 - Add algorithm to find Eulerian path on directed/undirected graph

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Graph theory

#22 - Add algorithm to find Eulerian circuit on directed/undirected graph

Issue - State: closed - Opened by williamfiset over 7 years ago
Labels: Graph theory

#21 - Add algorithm to perform a bidirectional search

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Graph theory

#20 - Add algorithm to find articulation points.

Issue - State: closed - Opened by williamfiset over 7 years ago
Labels: Graph theory

#19 - Add algorithm to find bridges in a graph

Issue - State: closed - Opened by williamfiset over 7 years ago
Labels: Graph theory

#18 - Add A* algorithm

Issue - State: open - Opened by williamfiset over 7 years ago - 2 comments
Labels: Graph theory

#17 - Add 2-SAT algorithm

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Graph theory

#16 - Add simple Artificial Neural Network (ANN)

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Machine learning

#15 - Add K-nearest neighbours classifier using K-D tree

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Machine learning

#14 - Add Ant Colony Optimization (ACO) for TSP

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Graph theory

#13 - Add traveling salesman with DP

Issue - State: closed - Opened by williamfiset over 7 years ago
Labels: Dynamic programming, Graph theory

#12 - Add longest increasing subsequence O(nlogn) implementation.

Issue - State: open - Opened by williamfiset over 7 years ago - 2 comments

#11 - Add algorithm to find Eigen vectors/values

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Linear algebra

#10 - Add markov chain algorithm

Issue - State: open - Opened by williamfiset over 7 years ago - 2 comments
Labels: Linear algebra

#9 - Add matrix chain multiplication

Issue - State: open - Opened by williamfiset over 7 years ago
Labels: Linear algebra, Dynamic programming

#8 - Add matrix Singular Value Decomposition (SVD)

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Linear algebra

#7 - Add introselect algorithm

Issue - State: closed - Opened by williamfiset over 7 years ago
Labels: Selection algorithm, Good first issue

#6 - Add quickselect algorithm

Issue - State: closed - Opened by williamfiset over 7 years ago - 6 comments
Labels: Selection algorithm, Good first issue

#5 - Add radix sort

Issue - State: closed - Opened by williamfiset over 7 years ago - 1 comment
Labels: Sorting, Good first issue

#4 - Setup continuous integration with Travis-CI

Issue - State: closed - Opened by williamfiset over 7 years ago

#3 - GaussianElimination explanation

Issue - State: closed - Opened by FinnLidbetter over 7 years ago - 1 comment

#2 - Time complexity

Issue - State: closed - Opened by williamfiset over 7 years ago

#1 - Missing Algorithms

Issue - State: closed - Opened by williamfiset over 7 years ago - 4 comments
Labels: help wanted