Analysis of Algorithms class assignment This is an assignment from Analysis of Algorithms class. It prints out the graycode into txt file by giving value of k and n, where k is base for the graycode (ex. if k = 2, the graycode will only contains 0 and 1, if k = 3, the graycode will contains 0-2) and n as the length of graycode (ex. if n = 2, k = 2, the graycode will be 00, 01, 11, 10).
-
Notifications
You must be signed in to change notification settings - Fork 0
xinyichen8/Graycode
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Analysis of Algorithms class assignment
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published