Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xujiajiadexiaokeai/use-gpt-to-learn-algorithms
https://github.com/xujiajiadexiaokeai/use-gpt-to-learn-algorithms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xujiajiadexiaokeai/use-gpt-to-learn-algorithms
- Owner: xujiajiadexiaokeai
- Created: 2023-04-16T14:27:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-16T14:45:54.000Z (over 1 year ago)
- Last Synced: 2024-04-22T00:17:38.277Z (9 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use GPT to Learn Algorithms
---# Introduction
Trying to use GPT-3 to learn algorithms. And understand the principles behind the algorithms and how they work.The algorithms will be implemented and tested using Golang.
All records of communication with gpt will be stored in this repository.
This is a work in progress.
# Progress
- [X] Red Black Tree
- [ ] Round Robin