This manual outlines the official subroutines for programmers attending our meetings.

Subroutines:

Binary Maze

Step 1: Create a binary tree

Create a binary tree from a given number.

View Step 1
Binary Search

Step 1: Sort the array

Sort the array to be able to perform a binary search.

View Step 1
Dijkstra's Algorithm

Step 1: Initialize the graph

Create an empty graph data structure.

View Step 1