Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtramo/python-algorithms
This repository contains various Python algorithms that cover a wide range of problem-solving scenarios.
https://github.com/vtramo/python-algorithms
ac-3-algorithm astar-algorithm backtracking-algorithm csp-solver dfsbfs graph minimax-alpha-beta-pruning python-algorithms python3
Last synced: about 1 month ago
JSON representation
This repository contains various Python algorithms that cover a wide range of problem-solving scenarios.
- Host: GitHub
- URL: https://github.com/vtramo/python-algorithms
- Owner: vtramo
- Created: 2023-06-04T13:00:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T12:23:01.000Z (over 1 year ago)
- Last Synced: 2023-08-28T15:47:57.612Z (over 1 year ago)
- Topics: ac-3-algorithm, astar-algorithm, backtracking-algorithm, csp-solver, dfsbfs, graph, minimax-alpha-beta-pruning, python-algorithms, python3
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Algorithms
![Python](https://img.shields.io/badge/Python-3.x-blue.svg)
This repository contains various Python algorithms that cover a wide range of problem-solving scenarios. These algorithms have been implemented with Python 3.x.
- A simple graph implementation
- A* Search Algorithm
- General Backtracking Algorithm
- AC-3 Arc Consistency Algorithm
- Minimax Alpha Beta Pruning Algorithm
- Min-conflicts Algorithm
- Markov Decision Processes (Value Iteration)