Mineplay
  • Joined on 2025-04-03
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-09-02 15:05:35 -05:00
b2681dcebd feat(search tree): implemented post order traversal
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-09-02 14:35:46 -05:00
36d25840eb feat(search tree): implemented preorder traversal
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-09-01 04:41:12 -05:00
8c911e8a4c perf(search tree): improved remove performance by removing usseless if statements
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-31 13:41:56 -05:00
d6e1a5309d fix(search tree): fixed removal of nodes with only right sided nodes
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-31 10:46:13 -05:00
dab5f6a9b2 feat(search tree): added utility functions to search tree
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-31 08:26:20 -05:00
1d8550d653 perf(search tree): improved insertion and replacement performance
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-30 13:35:16 -05:00
86acb0560a refactor(search tree): made in order traversal output consistent with rest of the library
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-29 13:26:12 -05:00
c8c2d5623d fix(search tree): fixed memory leak issue
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-29 11:58:35 -05:00
4e57a165fd refactor(error handling): changed get functions for tree and hash table to improve error handling
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-28 05:39:24 -05:00
ecbffdc112 fix(hash table): fixed duplicate inserts for hash table
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-28 05:17:43 -05:00
91e07ff6d0 feat(search tree): implemented get function for search tree
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-27 12:21:29 -05:00
abcdb0d127 feat(search tree): implemented delete function
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-08-20 12:04:20 -05:00
ef53a1371a feat(search tree): implemented in order traversal for search tree
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-07-16 08:06:43 -05:00
d6f12fe535 feat(search tree): implemented insert function
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-07-14 12:58:37 -05:00
20263fe645 feat(search tree): implemented search tree struct and added free function
Mineplay created branch f10-binary-tree in Mineplay/Fledasty 2025-07-14 08:10:36 -05:00
Mineplay pushed to f10-binary-tree at Mineplay/Fledasty 2025-07-14 08:10:36 -05:00
Mineplay deleted branch f8-implement-utf16-string from Mineplay/Fledasty 2025-07-14 06:09:52 -05:00
Mineplay commented on issue Mineplay/Fledasty#9 2025-07-14 06:09:09 -05:00
F-9: UTF-32 string

WON'T DO AS IS NOT USED VERY MUCH IN PRACTICE

Mineplay closed issue Mineplay/Fledasty#9 2025-07-14 06:09:09 -05:00
F-9: UTF-32 string