Login
Discover
Waves
Decks
Plus
Login
Signup
robertbite
@robertbite
25
Followers
1
Following
0
Resource Credits
Available
Used
Created
2023-08-11 02:29
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
robertbite
honouree
2023-11-15 06:11
The uses of insertion sort
Insertion Sort is a simple sorting algorithm that builds the final sorted array one item at a time. It is much less efficient on large lists than more advanced algorithms such as quicksort, heapsort, or
$ 0.000
0
robertbite
honouree
2023-11-13 06:52
Bubble sorting made easy
Sorting is a fundamental operation in computer science, and there are various algorithms designed to efficiently arrange elements in a specific order. One such simple yet widely used sorting algorithm
$ 0.000
0
robertbite
honouree
2023-11-13 05:31
Exploring Binary Search Trees and Efficient Tree Traversal
Binary Search Trees (BSTs) are fundamental data structures in computer science, renowned for their ability to facilitate efficient searching, insertion, and deletion operations. In this article, we will
$ 0.000
0
robertbite
honouree
2023-11-10 03:34
Demystifying the Java Heap
Java, a powerful and versatile programming language, is known for its robust memory management capabilities. Central to this memory management is the concept of the Java Heap. In this article, we will
$ 0.000
0
robertbite
honouree
2023-11-10 03:27
Mastering Queues
Queues are a fundamental data structure in computer science that follow the First-In-First-Out (FIFO) principle. In Java, the Queue interface is part of the java.util package and provides a versatile way
$ 0.000
0
robertbite
honouree
2023-10-16 06:15
The power of a list
In this lesson we had on linked lists i learned that a linked list is a data structure that consists of a sequence of elements where each element points to the next one, forming a chain-like structure.
$ 0.000
3
robertbite
honouree
2023-10-11 05:58
Java Nodes Unveiled
In the context of computer science, a node is a fundamental unit in a data structure. It typically contains two main components: data and references (or pointers). The data component stores the actual
$ 0.000
2
robertbite
honouree
2023-10-09 05:20
Mastering the stack
In the world of programming, data structures play a pivotal role in efficiently storing and managing data. One such fundamental data structure is the stack. A stack is a linear data structure that follows
$ 0.000
1
robertbite
honouree
2023-09-29 03:31
Ascending and Decending
Sorting an array means that we could organize things or make things go from decending to ascending order. This has helped many people to organize things that dont look in order. Unlike the encryption method
$ 0.000
1
robertbite
honouree
2023-09-27 06:55
Secret messeges
In the lesson we learned that there are some words that could be expressed un many ways. They are called arrays and string, this two come together to form a code of words that may seem random but with
$ 0.000
0