Algorithms Category

Bracketology

The clever way the balance bracket algorithm works.

Date Created: 12/04/2023 16:35:23
Date Updated: 12/04/2023 16:38:46
Posted by David Bellerose

Introduction Bracketolgy is an application I developed to demonstrate how to balance brackets in a string with JavaScript. What this does is make sure each opening bracket has a matchi...

Tattarrattat

A palindrome checker written in both JavaScript and C#.

Date Created: 06/21/2023 20:36:57
Date Updated: 11/16/2023 23:31:09
Posted by David Bellerose

This C# version uses the MVC model. The Model The model represents the database. It defines the database table as well as t...

BackTrace

A javascript algorithm that reverses a string.

Date Created: 06/21/2023 20:17:55
Date Updated: 11/16/2023 23:30:37
Posted by David Bellerose

This code is structured in three functions.The first thing done was to add an event listener to the button so the code will fire when the button is pressed.The next getValue function gets the value ...

Final CountDown

A javascript algorithm that counts down from a number.

Date Created: 06/21/2023 19:46:04
Date Updated: 11/16/2023 23:30:14
Posted by David Bellerose

This code is structured in three functions.The first thing done was to add an event listener to the button so the code will fire when the button is pressed.The next getValues function gets the value...