Login
Discover
Waves
Communities
Write
Login
Signup
robertbite
@robertbite
25
Followers
1
Following
0
Follow
Email digest
Resource Credits
Available
Used
Created
2023-08-11 02:29
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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.
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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
robertbite
honouree
3y
!
Low reputation account with an unverified outbound link, Reveal content
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