Gift Ayodeledevgifttemitope.hashnode.dev·Sep 10, 2024Basics of ProgrammingWhat is Programming? Programming is the process of giving a computer a set of instructions to perform specific tasks. Think of it like writing a recipe, but instead of ingredients and steps for cooking, you're writing code that tells the computer exa...Programming basics
Md Naseer Khannaseerkhan.hashnode.dev·Aug 22, 2024Problem Solving Techniques I UseWe are problem solvers naturally and solve problems in decided or undecided ways.Nevertheless, if our problem solving is disciplined then it can make life easier. Divide & Conquer []Simply, break down a problem into small chunks and then go after t...problem solving skills
Sonali Rawatprogrammng.hashnode.dev·Jul 12, 2024Linear time algorithms.Linear Time Algorithms: A Brief Exploration “In the grand algorithm of life, linear time is the steady rhythm that keeps the universe humming—a single pass over data, a proportional growth, and an unwavering efficiency. It’s the librarian scanning ea...algorithms
Akash Gssgssakash.hashnode.dev·Feb 28, 2024Swarm Intelligence Series : Artificial Bee Colony Optimization AlgorithmThe artificial bee colony algorithm is a biological meta-heuristic algorithm that is heavily inspired by the foraging behavior displayed by a colony of bees. This algorithm operates through the process of simulating the behavior of a bee colony which...Swarm Intelligence Algorithms in Machine learningSwarm
Akash Gssgssakash.hashnode.dev·Feb 26, 2024Swarm Intelligence Series : Grey Wolf Optimization AlgorithmThe grey wolf optimization algorithm is a population-based meta-heuristic algorithm inspired by the social hierarchy and hunting behavior exhibited by grey wolves in nature. This algorithm mimics the leadership hierarchy and hunting mechanism followe...Swarm Intelligence Algorithms in Machine learningSwarm