gardionsaltanaApr 29, 20202 min read06 - AVLAVL is another version of Binary Search Tree. The concept of AVL is still the same with binary search tree, but this time they limit to...
gardionsaltanaMar 30, 20204 min read05- ReviewWell let's recap what we have learn. We have learned about linked list, double linked list, stack, queue, prefix, postfix, infix, Hashing...
gardionsaltanaMar 16, 20204 min read04 - Binary TreeWell, now you're going to learn about Binary Tree, Binary Tree is a concept that allows faster searching (than linear), well why are you...
gardionsaltanaMar 9, 20203 min read03 HashNow we're going to learn about hash and hash table You can imagine array and linked list combine, you get hash Complexity depends on the...
gardionsaltanaMar 2, 20203 min read02 Stack, queue, prepoinFirst we're going to explain about stack concept Stack is like stacking a box, you cannot move the bottom box, but you must move the top...
gardionsaltanaFeb 25, 20202 min readLearning Linked ListLinked list adalah cara untuk konek satu data ke data lain, mirip kayak array tapi linked list lebih bagus karena dia tidak diberi batas,...