https://github.com/hrvadl/ads_lab4
Program for finding/deleting/inserting elements into binary tree
https://github.com/hrvadl/ads_lab4
algorithms data-structures tree tree-structure typescript
Last synced: about 1 year ago
JSON representation
Program for finding/deleting/inserting elements into binary tree
- Host: GitHub
- URL: https://github.com/hrvadl/ads_lab4
- Owner: hrvadl
- Created: 2022-11-13T11:49:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T12:36:45.000Z (over 3 years ago)
- Last Synced: 2025-01-30T12:25:03.848Z (about 1 year ago)
- Topics: algorithms, data-structures, tree, tree-structure, typescript
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADS_lab4
## Labaratory work for Algorithms and Data Structures
To run execute `npm i` in root folder and then `npm run start`
**MAKE SURE YOU HAVE INSTALLED TYPESCRIPT AND NODE.JS**