Skip to content

Commit b9a90fe

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 6b88129 commit b9a90fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@
270270
* [Test Task Scheduler](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/intervals/task_scheduler/test_task_scheduler.py)
271271
* Josephus Circle
272272
* [Test Josephus Circle](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/josephus_circle/test_josephus_circle.py)
273+
* K Way Merge
274+
* Kth Smallest Element In Matrix
275+
* [Test Kth Smallest Element In Matrix](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/k_way_merge/kth_smallest_element_in_matrix/test_kth_smallest_element_in_matrix.py)
273276
* Matrix
274277
* Best Meeting Point
275278
* [Test Best Meeting Point](https://github.com/BrianLusina/PythonSnips/blob/master/algorithms/matrix/best_meeting_point/test_best_meeting_point.py)

0 commit comments

Comments
 (0)