Searching for a value in a Binary Search Tree
Posted on • tagged with cpptrees
Finding a value in a BST can be done iteratively or recursively in an elegant and efficient manner on average because of the properties of a BST.
Posted on • tagged with cpptrees
Finding a value in a BST can be done iteratively or recursively in an elegant and efficient manner on average because of the properties of a BST.
Posted on • tagged with cpp
The Fibonacci sequence is a series of numbers where each number in the sequence is the sum of the two preceding numbers, with the sequence beginning with 0 and 1.
Posted on • tagged with cpp
For a fixed-size array (non-dynamic), calculating the size can seem complicated but it's really quite simple when we think about how the sizeof operator works.
A starter site for creating a responsive image gallery using the Eleventy static site generator.
An Eleventy shortcode that generates metadata for Open Graph, Twitter card, generic meta tags and a canonical link.
A platformer game built with Phaser.
A C++ program to convert Markdown files to HTML.
Change the appearance of a webpage in Chrome by toggling a random a11y theme.
Count all the words in a string or file. Built with TypeScript.
I'm always interested in having a chat about software development. If you think my skills would align with your projects needs, I'd love to hear from you. I'm available at any of the social links below or by navigating to my contact page.