This document summarizes three algorithms for multi-robot path planning: Bacteria Foraging Optimization (BFO), Ant Colony Optimization (ACO), and Particle Swarm Optimization (PSO). BFO mimics the movement of bacteria in search of food to find optimal paths. ACO is inspired by how ants find food paths using pheromone trails; the algorithm uses heuristic information and state transition rules. PSO is based on the social behaviors of bird flocking and fish schooling; it represents solutions as particles that fly through the problem space following certain rules.