Skip to content

Commit 08c26e6

Browse files
Kush1101github-actions
and
github-actions
authored
Update CODEOWNERS to add my preferences (#3233)
* Update CODEOWNERS * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 8f8d39d commit 08c26e6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: .github/CODEOWNERS

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# /divide_and_conquer/
4141

42-
# /dynamic_programming/
42+
# /dynamic_programming/ @Kush1101
4343

4444
# /file_transfer/
4545

@@ -63,7 +63,7 @@
6363

6464
# /machine_learning/
6565

66-
# /maths/
66+
# /maths/ @Kush1101
6767

6868
# /matrix/
6969

@@ -73,7 +73,7 @@
7373

7474
/other/ @cclauss
7575

76-
/project_euler/ @dhruvmanila
76+
/project_euler/ @dhruvmanila @Kush1101
7777

7878
# /quantum/
7979

Diff for: DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
* [Playfair Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/playfair_cipher.py)
6464
* [Porta Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/porta_cipher.py)
6565
* [Rabin Miller](https://github.com/TheAlgorithms/Python/blob/master/ciphers/rabin_miller.py)
66+
* [Rail Fence Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/rail_fence_cipher.py)
6667
* [Rot13](https://github.com/TheAlgorithms/Python/blob/master/ciphers/rot13.py)
6768
* [Rsa Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/rsa_cipher.py)
6869
* [Rsa Factorization](https://github.com/TheAlgorithms/Python/blob/master/ciphers/rsa_factorization.py)
@@ -668,6 +669,8 @@
668669
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_69/sol1.py)
669670
* Problem 71
670671
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_71/sol1.py)
672+
* Problem 72
673+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_72/sol1.py)
671674
* Problem 76
672675
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_76/sol1.py)
673676
* Problem 80
@@ -768,6 +771,7 @@
768771
* [Binary Tree Traversals](https://github.com/TheAlgorithms/Python/blob/master/traversals/binary_tree_traversals.py)
769772

770773
## Web Programming
774+
* [Co2 Emission](https://github.com/TheAlgorithms/Python/blob/master/web_programming/co2_emission.py)
771775
* [Covid Stats Via Xpath](https://github.com/TheAlgorithms/Python/blob/master/web_programming/covid_stats_via_xpath.py)
772776
* [Crawl Google Results](https://github.com/TheAlgorithms/Python/blob/master/web_programming/crawl_google_results.py)
773777
* [Current Stock Price](https://github.com/TheAlgorithms/Python/blob/master/web_programming/current_stock_price.py)

0 commit comments

Comments
 (0)