Skip to content

Commit

Permalink
Cleanup directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed Sep 28, 2021
1 parent 84d8ed9 commit 2ad6d97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 75 deletions.
35 changes: 0 additions & 35 deletions bubbleSort.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions findDuplicate.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion Ant colony algorithm.py → games/ant_colony.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,4 +452,4 @@ def mainloop(self):
for id in self.shortest_path_seen:
ret.append(self.id_to_key[id])

return ret
return ret

0 comments on commit 2ad6d97

Please sign in to comment.