~jameinel/+junk/ants-2011-go

  • Committer: John Arbash Meinel
  • Date: 2012-01-02 18:42:56 UTC
  • Revision ID: john@arbash-meinel.com-20120102184256-n2n3wxuu8bfxbx2h
Found a bug, we weren't resetting the BFS between foods.

Which meant we were only really searching for the first food.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzrignore 23 12 years ago John Arbash Meinel The search for food roughly works now. It isn't s 43 bytes Diff Download File
ants.go 1 12 years ago John Arbash Meinel Initial starter package for Ants AI Challenge. 5.8 KB Diff Download File
BFS.go 21 12 years ago John Arbash Meinel Make the BFS track source pointers, so we can walk 1.2 KB Diff Download File
BFS_test.go 21 12 years ago John Arbash Meinel Make the BFS track source pointers, so we can walk 4.2 KB Diff Download File
debugging.go 15 12 years ago John Arbash Meinel Change the map structure a bit. Instead of having 3.1 KB Diff Download File
foodtoant.go 27 12 years ago John Arbash Meinel Found a bug, we weren't resetting the BFS between 1.8 KB Diff Download File
foodtoant_test.go 27 12 years ago John Arbash Meinel Found a bug, we weren't resetting the BFS between 4 KB Diff Download File
IntSet.go 12 12 years ago John Arbash Meinel gofmt 1.1 KB Diff Download File
IntSet_test.go 12 12 years ago John Arbash Meinel gofmt 3.5 KB Diff Download File
main.go 1 12 years ago John Arbash Meinel Initial starter package for Ants AI Challenge. 413 bytes Diff Download File
Makefile 17 12 years ago John Arbash Meinel Start doing searching for ants near food. Fix the 463 bytes Diff Download File
map.go 25 12 years ago John Arbash Meinel Start working on a function to take a map descript 11.9 KB Diff Download File
map_test.go 27 12 years ago John Arbash Meinel Found a bug, we weren't resetting the BFS between 6.1 KB Diff Download File
MyBot.go 27 12 years ago John Arbash Meinel Found a bug, we weren't resetting the BFS between 2 KB Diff Download File
VERSION 1 12 years ago John Arbash Meinel Initial starter package for Ants AI Challenge. 367 bytes Diff Download File