https://github.com/meysam81/students-binary-tree
a class of students, containing information about ID, Name & Grade, in a binary tree which has access methods to these datas
https://github.com/meysam81/students-binary-tree
binary-trees c-plus-plus coding college-assignment data-structures programming project projects student-project students tree tree-structure
Last synced: 10 months ago
JSON representation
a class of students, containing information about ID, Name & Grade, in a binary tree which has access methods to these datas
- Host: GitHub
- URL: https://github.com/meysam81/students-binary-tree
- Owner: meysam81
- Created: 2018-01-03T08:36:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T16:11:47.000Z (about 8 years ago)
- Last Synced: 2025-01-23T03:16:47.503Z (about 1 year ago)
- Topics: binary-trees, c-plus-plus, coding, college-assignment, data-structures, programming, project, projects, student-project, students, tree, tree-structure
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# students-binary-tree
a class of students, containing information about ID, Name & Grade, in a binary tree which has access methods to these datas