22 posts in total
2023
Sort Algorithm - Selection Sort
Sort Algorithm - Bubble Sort
The Eight Queen Problem
Use recursive backtracking to solve rat in a maze problem
Use RPN(Reverse Polish Notation) to implement calculator
Use stack to implement a calculator
Use arrays to implement stack
Use circular linked list to solve Josephus problem
Singly Linked List
2022
Using arrays to implement queues (JAVA)