Category Guides

Detailed cheasheets and to the point information and guides about different tech and programming topics.

Graph-Based Search Algorithms

Graph.

Dive into graph traversal: BFS for shortest unweighted paths, DFS for exhaustive discovery, plus weighted variants—Dijkstra, A*, bidirectional, and heuristic search. Understand frontier control and edge‑cost strategy for optimal exploration.

Search Algorithms: A Comprehensive Guide

Searching data. #headers,

This comprehensive guide demystifies search algorithms, from simple linear scans to hash‑table lookups, tries, balanced trees, and BFS/DFS in graphs. All while showing you how each strategy slashes lookup time for specific data shapes and teaching you how to write efficient code.

Growing Potatoes in Small Containers

Growing potatoes in small containers.

You don't need a big plot of land to grow potatoes, as a matter of fact you don't need any land!, you can grow a surprisingly large amount of potatoes just using jars, pots, half-barrels and other small containers. This tutorial will guide you through the process in a friendly and easy to follow manner.