-
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
11 additions
and
0 deletions.
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,11 @@ | ||
def generate_list(n): | ||
num_list = list(range(-n, n + 1)) | ||
return num_list | ||
|
||
def main(): | ||
n = int(input("Enter a value for n: ")) | ||
result = generate_list(n) | ||
print(result) | ||
|
||
if __name__ == "__main__": | ||
main() |
Binary file added
BIN
+131 KB
interview_prep/algorithm/java/ide_handicapped/3sum/jp_snapshot/8_000_000.jps
Binary file not shown.
Binary file added
BIN
+130 KB
interview_prep/algorithm/java/ide_handicapped/3sum/jp_snapshot/8_000_000slow.jps
Binary file not shown.
Binary file added
BIN
+1.23 MB
.../java/ide_handicapped/3sum/jp_snapshot/Screenshot 2024-03-20 at 11.07.31 am.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.