top of page


Results of the Algorithmic Art Competition 2024!
And the Winners are...

Samvar Shah
Nov 27, 20241 min read
Â
Â
Â


How to recognize DP patterns in coding problems
Recognizing DP Patterns, Base Cases, Edge Cases

Samvar Shah
Nov 22, 20243 min read
Â
Â
Â


How to Define DP States
A helpful guide to define Dynamic Programming States

Samvar Shah
Nov 16, 20244 min read
Â
Â
Â


Dynamic Programming: Understanding the Basics
DP basics: Optimal Substructure, Overlapping Subproblems, Recursive approach vs Efficient DP approach

Samvar Shah
Nov 14, 20243 min read
Â
Â
Â


How to generate your first algorithmic art!
Sample code and customizations provided to create your own algorithmic art masterpiece.

Samvar Shah
Nov 13, 20243 min read
Â
Â
Â


Algorithmic Art Competition 2024 Announcement!
Algorithmic Art Competition

Samvar Shah
Nov 12, 20243 min read
Â
Â
Â


Algorithmic Art
Art using Math and Programming

Samvar Shah
Nov 10, 20241 min read
Â
Â
Â


Quick Sort: A Deep Dive
Visualizing step by step, how Quick Sort algorithm arranges data

Samvar Shah
Oct 21, 20243 min read
Â
Â
Â


Mathematical Algorithms: From Euclidean to Randomized
Provide your own input and see how the Euclidean Algorithm works to calculate the GCD.

Samvar Shah
Oct 9, 20243 min read
Â
Â
Â


Sorting Algorithms: Hybrid, Comparison and Non-Comparison
A quick look at Selection sort, Insertion sort, Tim Sort, Bucket Sort and other sorting algorithms

Samvar Shah
Sep 27, 20242 min read
Â
Â
Â


Bubble Sort: A Deep Dive Part 2
Continuing from Part 1 of the post on Bubble Sort, here is a visualizer that helps us see how bubble sorting is carried out. Click on...

Samvar Shah
Sep 17, 20241 min read
Â
Â
Â


Bubble Sort: A Deep Dive Part 1
How does Bubble Sort algorithm work - a step-by-step process view.

Samvar Shah
Sep 11, 20242 min read
Â
Â
Â


A Comparative Analysis of Sorting Algorithms
A comparative look at Bubble Sort, Quick Sort and Merge Sort

Samvar Shah
Sep 10, 20243 min read
Â
Â
Â


Combinatorics in Programming
Have fun with the in-built Permutations and Combinations Generator and understand some applications of Combinatorics in Programming.

Samvar Shah
Sep 8, 20243 min read
Â
Â
Â


Algorithms: Types and Examples
In this post, we’ll explore various types of algorithms, their characteristics, and their use cases. 1. Sorting Algorithms Sorting...

Samvar Shah
Aug 30, 20243 min read
Â
Â
Â


Why Read The Code of Numbers?
Why The Code of Numbers Blog? The world of Mathematics and Coding is vast and ever-evolving. My goal is to bridge the gap between theory...

Samvar Shah
Aug 27, 20242 min read
Â
Â
Â


Mathematical Foundation of Breadth-First Search (BFS) Algorithm
Graph Theory and how it is applied in BFS. Play along with BFS visualizer.

Samvar Shah
Aug 27, 20244 min read
Â
Â
Â


Welcome to The Code of Numbers Blog: Where Math, Coding and Algorithmic Thinking Come Together
Hello and welcome to The Code of Numbers Blog I am an avid everything :-) But more appropriately, an avid learner of everything. Please...

Samvar Shah
Aug 27, 20241 min read
Â
Â
Â


Data Structures: A Quick Guide
Types of Data Structures and associated time and space complexities.

Samvar Shah
Aug 27, 20243 min read
Â
Â
Â


Exploring Mathematical Concepts: A Student's Perspective
Mathematics is a vast and intriguing subject that holds the key to unlocking many mysteries of the world around us. For students who are...

Samvar Shah
Aug 27, 20242 min read
Â
Â
Â
bottom of page