https://github.com/samuelcarriles/haltingproblem
An investigation about halting problem.
https://github.com/samuelcarriles/haltingproblem
clojure halting-problem
Last synced: 29 days ago
JSON representation
An investigation about halting problem.
- Host: GitHub
- URL: https://github.com/samuelcarriles/haltingproblem
- Owner: SamuelCarriles
- Created: 2025-05-11T16:25:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T18:00:08.000Z (about 1 year ago)
- Last Synced: 2025-06-05T10:20:28.630Z (about 1 year ago)
- Topics: clojure, halting-problem
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Halting Problem Investigation
The halting problem has been a problem for years and is the barrier that limits the progress of IA. This is a research done by university students that tries to find an answer.