-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Design Approach | ||
|
||
Describe the approach you took to design your block construction program, explain all the key concepts of creating a valid block. | ||
|
||
|
||
|
||
|
||
# Implementation Details | ||
|
||
Provide pseudo code of your implementation, including sequence of logic, algorithms and variables used etc. | ||
|
||
|
||
# Result and Performance | ||
Present the results of your solution, and analyze the efficiency of your solution. | ||
|
||
|
||
# Conclusion | ||
Discuss any insights gained from solving the problem, and outline potential areas for future improvement or research. Include a list of references or resources consulted during the problem-solving process. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# Update this file to run your own code | ||
python main.py |