https://github.com/matheussc017/studies
This repository contains a variety of projects for learning purposes.
https://github.com/matheussc017/studies
Last synced: 8 months ago
JSON representation
This repository contains a variety of projects for learning purposes.
- Host: GitHub
- URL: https://github.com/matheussc017/studies
- Owner: MatheusSC017
- Created: 2023-01-13T10:33:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T19:34:48.000Z (about 2 years ago)
- Last Synced: 2025-01-13T00:33:24.767Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Studies
This repository contains a variety of projects for learning purposes.
- BinarySearchTree and BinaryTreeBuilds: These files contains the script to create a binary search tree, and its implementation can be with recursion or while loop
- Basic_Structures: A file with basic structures as linked lists, queues and stacks
- gevent: A folver with many examples of use for the gevent library