public/posts/prims-algorithm-understanding-minimum-spanning-trees.jpg
Competitive Programming

Prim's Algorithm: Understanding Minimum Spanning Trees

Prim's Algorithm is a greedy algorithm used to find the Minimum Spanning Tree (MST) of a weighted, undirected graph.

Dr Arun Kumar

2024-06-22 17:45:10

public/posts/huffman-coding-algorithm-tutorial.jpg
Competitive Programming

Huffman Coding Algorithm Tutorial

Huffman Coding is a widely used algorithm for lossless data compression. It assigns variable-length codes to input characters, with shorter codes assigned to more frequent characters.

Dr Arun Kumar

2024-06-22 17:21:52

public/posts/a-step-by-step-approach-to-learn-greedy-algorithm-data-structure-and-algorithms.jpg
Competitive Programming

A step by step approach to learn Greedy Algorithm - Data Structure and Algorithms

A greedy algorithm is an approach for solving problems by making a sequence of choices, each of which looks best at the moment.

Dr Arun Kumar

2024-06-22 16:56:33

public/posts/brute-force-technique-understanding-and-implementing-in-javascript.jpg
Competitive Programming

Brute Force Technique: Understanding and Implementing in JavaScript

Brute Force Technique: Understanding and Implementing in JavaScript

Dr Arun Kumar

2024-06-11 17:03:05