This post discusses the solution to a popular 2 dimensional dynamic programming problem known as “Edit Distance”. A working understanding of dynamic programming is needed to understand this post.
Sudoku Solver using Java
This post explains the logic behind the sudoku solving program created in java
Scratch
This post explains a simple starter program for someone who wants to learn scratch.
Rat in a maze
This post explains the solution of the rat in a maze problem. A rat which is trapped inside a maze can escape only by moving forward or down.
Selection Sort
This post explain the selection sort algorithm. It is simple yet fundamental for beginners.
WaterMon
About Us Our Goals The Main PPtx is the following link https://drive.google.com/open?id=1ZF6Vl5xuwrPREeAYHGvVb9Boy9tagB3W Factors related to water, sanitation, and hygiene affect children’s right to education in […]
Introduction to Deep Neuroevolutionary Networks
This post provides an introduction to evolutionary neural networks and includes code to create and train a simple neuroevolutionary network from scratch in Python.
SUPW – CodeChef
This post deals with the solution to a popular 1 dimensional dynamic programming problem. Recommended to read post on Dynamic Programming before reading this.
Binary Search
This post talks about binary search.A simple yet important algorithm for beginners.
Introduction to Genetic Algorithms
This post provides an introduction to genetic algorithms and includes an implementation of a primitive genetic optimisation algorithm in Python.