0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A little cleanup... More... almost 11 years ago
Simplify pretty print More... almost 11 years ago
Simplify constructor with constants More... almost 11 years ago
Remove trailing whitespace More... over 13 years ago
Made a more obvious executable file More... over 13 years ago
CSE 440 Project 2: Updated readme. Slightly (maybe) sped up cube code. Cleaned out useless stuff in search.py. More... over 16 years ago
CSE 440 Project 2: Improved handling of load command. Fixed div by 0 error in calculating nodes/sec. More... over 16 years ago
CSE 440 Project 2: Added statistics to solution output. More... over 16 years ago
CSE 440 Project 2: Fixed lack of 'self' parameter in double move function calls. Made command handler and cube solver use double moves. More... over 16 years ago
CSE 440 Project 2: Fixed solved moves list display: was backwards. Optimized cube.heuristic2() Optimized cube.edge/corner in place functions. Added double moves (e.g. F2, B2, etc) More... over 16 years ago
CSE 440 Project 2: Added a 2nd heuristic. Not sure if it's better yet. More... over 16 years ago
CSE 440 Project 2: Created a solution that works well for poorly scrambled cubes. Well scrambled cubes run out of memory. More... over 16 years ago
CSE 440 Project 2: Removed useless dependency on agents file. More... over 16 years ago
CSE 440 Project 2: Imported required files from AIMA code repository for search functions. Created CubeProblem class. Started skeleton implementation of solver. More... over 16 years ago
CSE 440 Project 2: Added error checking to command handling. More... over 16 years ago
CSE 440 Project 2: Fixed bug in command handling. More... over 16 years ago
CSE 440 Project 2: Added function to determine if a cube is at the goal state. Improved menu handling. Added scramble menu function. Added solve menu function, which currently only returns if a cube is at the goal state. More... over 16 years ago
CSE 440 Project 2: Added note about project execution to readme. More... over 16 years ago
CSE 440 Project 2: Added option to menu to load file. Updated readme. More... over 16 years ago
CSE 440 Project 2: Added toggle to disable pretty printing. Created interface to manipulate a cube. Updated readme. More... over 16 years ago
CSE 440 Project 2: Improved X and X' rotation handling. More... over 16 years ago
CSE 440 Project 2: Finished Z and Z' rotations. More... over 16 years ago
CSE 440 Project 2: Finished Y and Y' rotations. More... over 16 years ago
CSE 440 Project 2: Added readme file. Finished X and X' rotations. More... over 16 years ago
CSE 440 Project 2: Added B and B' moves. More... over 16 years ago
CSE 440 Project 2: Improved readability of cube output (added a space between middle faces). More... over 16 years ago
CSE 440 Project 2: R and R' moves done More... over 16 years ago
CSE 440 Project 2: Finished F and F' moves More... over 16 years ago
CSE 440 Project 2: Finished L and L' moves. More... over 16 years ago
Fixed minor errors in D rotations. More... over 16 years ago