Mineplay
  • Joined on 2025-04-03
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 14:48:57 -05:00
0e67969ff1 feat(utf-8): implemented has string function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 05:56:24 -05:00
062d10805f feat(utf-8 string): implemented is empty function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 04:23:27 -05:00
8e237dae14 feat(utf-8 string): implemented insert at index function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 04:09:29 -05:00
e4a0236328 feat(utf-8 string): implemented insert after function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-12 03:48:48 -05:00
bd9fef9f4f feat(utf-8): implemented insert before function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-11 16:39:06 -05:00
243bb533b0 feat(utf-8 string): implemented append function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-11 15:25:07 -05:00
13a95d9027 feat(utf-8 string): implemented validation of utf-8 string
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-07 04:34:45 -05:00
e9d8cdd8a3 feat(utf-8 string): implemented encoding and decoding of utf-8 string with unicode
2353358199 feat(utf-8 string): added setting value of utf-8 string through unsigned char*
c4db620fb4 feat(utf-8 string): added utf-8 string structure and implemented initialize and destroy
Compare 3 commits »
Mineplay opened issue Mineplay/Fledasty#22 2025-05-04 06:53:16 -05:00
F-16: Implement basic string
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-02 06:39:45 -05:00
Mineplay created branch f7-utf-8-string in Mineplay/Fledasty 2025-05-02 06:39:45 -05:00
Mineplay closed issue Mineplay/Fledasty#3 2025-05-02 06:24:41 -05:00
F-3: Basic HashTable
Mineplay pushed to main at Mineplay/Fledasty 2025-05-02 06:24:07 -05:00
b9e4104468 Merge pull request 'f3-basic-hash-tabel' (#21) from f3-basic-hash-tabel into main
52a81e6aee feat(doubly linked list): implemented clear function
8a8909ab7f feat(linked list): implemented clear function
3c8cc19cab feat(stack): implemented clear function
0dfa753a56 feat(queue): implemented clear function
Compare 13 commits »
Mineplay deleted branch f3-basic-hash-tabel from Mineplay/Fledasty 2025-05-02 06:24:07 -05:00
Mineplay merged pull request Mineplay/Fledasty#21 2025-05-02 06:24:05 -05:00
f3-basic-hash-tabel
Mineplay created pull request Mineplay/Fledasty#21 2025-05-02 06:23:59 -05:00
f3-basic-hash-tabel
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-02 06:23:22 -05:00
52a81e6aee feat(doubly linked list): implemented clear function
8a8909ab7f feat(linked list): implemented clear function
3c8cc19cab feat(stack): implemented clear function
0dfa753a56 feat(queue): implemented clear function
f0c224d879 feat(dynamic array): implemented clear function
Compare 5 commits »
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 17:16:12 -05:00
5556948e2d feat(hash table): implemented clear function
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 16:30:00 -05:00
d6f635cb5a feat(hash table): implemented has key function
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 16:21:12 -05:00
448f37521d feat(hash table): implemented is empty function