Skip to content

Commit

Permalink
added initial files
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-yuvi committed Mar 22, 2024
1 parent da56a7c commit b613d58
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions SOLUTION.md
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 added main.py
Empty file.
Empty file added output.txt
Empty file.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Update this file to run your own code
python main.py

0 comments on commit b613d58

Please sign in to comment.