This document presents a method for using genetic algorithms to solve transportation problems. Transportation problems involve determining the optimal way to transport goods from multiple source locations to multiple destination locations while minimizing costs. The genetic algorithm approach encodes potential solutions as matrices and uses genetic operators like crossover and mutation to evolve populations toward the lowest-cost solution. The author tests the genetic algorithm on sample transportation problems and finds it performs better than traditional methods for large problems, providing solutions in less time. The genetic algorithm is concluded to be an effective tool for optimizing solutions to transportation and other problems involving large search spaces.