Skip to content
Open
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
0a1c71e
Sorted linked list added
mjk22071998 Oct 1, 2024
583e564
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
4ae57dc
Corrected errors in ruff test
mjk22071998 Oct 1, 2024
01dfb17
Errors from ruff tests solved
mjk22071998 Oct 1, 2024
187f4da
Errors from ruff tests solved
mjk22071998 Oct 1, 2024
8c1d016
format call removed
mjk22071998 Oct 1, 2024
156392f
return types added
mjk22071998 Oct 1, 2024
eec1c3a
Doctests added
mjk22071998 Oct 1, 2024
e89bb5c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
3621bf3
Data type of data given and docstring generated for Node class constr…
mjk22071998 Oct 1, 2024
0795e15
"Updated docstrings and comments in SortedLinkedList class and Node d…
mjk22071998 Oct 1, 2024
2a10afe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
807cead
"Removed type hints for None in Node and SortedLinkedList classes."
mjk22071998 Oct 1, 2024
47f5c05
Merge branch 'master' of https://github.com/mjk22071998/Python
mjk22071998 Oct 1, 2024
5535759
"Fixed typo in class name 'SortedLinedList' to 'SortedLinkedList' in …
mjk22071998 Oct 1, 2024
cb0c3a3
"Fixed typo in class name in docstrings"
mjk22071998 Oct 1, 2024
1360024
Updated doctests
mjk22071998 Oct 1, 2024
d96cc64
"Updated type hints for Node and SortedLinkedList attributes to inclu…
mjk22071998 Oct 1, 2024
fdbea27
updated merge function
mjk22071998 Oct 1, 2024
57405ad
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
8334ee6
Fixed typo in merge function
mjk22071998 Oct 1, 2024
3d9263b
fixed typo
mjk22071998 Oct 1, 2024
99baa93
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
2389245
"Added type hints for variables in SortedLinkedList class"
mjk22071998 Oct 1, 2024
53bd3be
Merge branch 'master' of https://github.com/mjk22071998/Python
mjk22071998 Oct 1, 2024
0847316
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
4cb8282
"Added import statement for Optional type from typing module."
mjk22071998 Oct 1, 2024
36480f4
Merge branch 'master' of https://github.com/mjk22071998/Python
mjk22071998 Oct 1, 2024
3ab0f7e
Corrected doctests
mjk22071998 Oct 1, 2024
5d98fd7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
15026d8
removed trailing whitespace and formatted import section
mjk22071998 Oct 1, 2024
6838bd8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
fa29e39
"Updated type hints for Optional[Node] to Node | None in SortedLinked…
mjk22071998 Oct 1, 2024
ea5c119
Merge branch 'master' of https://github.com/mjk22071998/Python
mjk22071998 Oct 1, 2024
5be1839
"Added two blank lines to sorted_linked_list.py"
mjk22071998 Oct 1, 2024
9e92e1e
removed empty line in the end
mjk22071998 Oct 1, 2024
2208f75
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
26b7912
Remove unnecessary import and comments from sorted_linked_list.py
mjk22071998 Oct 1, 2024
3c76fce
Merge branch 'master' of https://github.com/mjk22071998/Python
mjk22071998 Oct 1, 2024
44ebb66
Applied Non safety
mjk22071998 Oct 1, 2024
2f9dc7d
"Fixed variable name in conditional statement and removed newline cha…
mjk22071998 Oct 1, 2024
2d61f2e
Fixed missing closing parenthesis in print statement.
mjk22071998 Oct 1, 2024
13ae9ce
added newline at end of file
mjk22071998 Oct 1, 2024
7cb36dd
removed whitespace
mjk22071998 Oct 1, 2024
c2c9a9e
"Renamed `numNodes` to `num_nodes` and decremented num_nodes in delet…
mjk22071998 Oct 1, 2024
94d30b9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
0008638
"Updated whitespace and trailing spaces in SortedLinkedList class"
mjk22071998 Oct 1, 2024
b7fef5c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 1, 2024
a3becf3
Linted the code and doctests changed
mjk22071998 Oct 2, 2024
7d414b4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 2, 2024
041da89
"Rename variable 'nodeData' to 'node_data' in main function"
mjk22071998 Oct 2, 2024
c290421
Merge branch 'master' of https://github.com/mjk22071998/Python
mjk22071998 Oct 2, 2024
9a73b0a
"Fixed typo in class name and added quotes to __repr__ output"
mjk22071998 Oct 2, 2024
7d701cc
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 3, 2024
bda9834
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 5, 2024
6f061da
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 7, 2024
a623838
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 7, 2024
0f832b1
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 7, 2024
f3bbd17
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 9, 2024
96e8c77
updating DIRECTORY.md
mjk22071998 Oct 9, 2024
e9c8ada
Merge branch 'TheAlgorithms:master' into master
mjk22071998 Oct 22, 2024
fc9feb8
Merge branch 'master' into master
mjk22071998 Sep 18, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into master
  • Loading branch information
mjk22071998 authored Sep 18, 2025
commit fc9feb85a7cd90ccf70993df255fcaf09daccd00

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.