@@ -987,15 +987,18 @@ First column links to the problem in AlgoExpert, second is the problem's difficu
987
987
988
988
[ 🔝 Back to Top 🔝] ( #coding-challenges )
989
989
990
- | AlgoExpert Link | Difficulty | Solutions |
991
- | ----------------------------------------- | ------------ | ------------------------------------------------ |
992
- | [ Generate Document] [ ae&generate-document ] | 🟢 Easy | [ ![ python] ( res/py.png )] [ ae&generate-document#py ] |
993
- | [ Insertion Sort] [ ae&insertion-sort ] | 🟢 Easy | [ ![ python] ( res/py.png )] [ ae&insertion-sort#py ] |
994
- | [ Merge Sort] [ ae&merge-sort ] | 🟣 Very Hard | [ ![ python] ( res/py.png )] [ ae&merge-sort#py ] |
995
- | [ Remove Islands] [ ae&remove-islands ] | 🟠 Medium | [ ![ python] ( res/py.png )] [ ae&remove-islands#py ] |
990
+ | AlgoExpert Link | Difficulty | Solutions |
991
+ | ----------------------------------------------------------------- | ------------ | ------------------------------------------------------------ |
992
+ | [ First Non-Repeating Character] [ ae&first-non-repeating-character ] | 🟢 Easy | [ ![ python] ( res/py.png )] [ ae&first-non-repeating-character#py ] |
993
+ | [ Generate Document] [ ae&generate-document ] | 🟢 Easy | [ ![ python] ( res/py.png )] [ ae&generate-document#py ] |
994
+ | [ Insertion Sort] [ ae&insertion-sort ] | 🟢 Easy | [ ![ python] ( res/py.png )] [ ae&insertion-sort#py ] |
995
+ | [ Merge Sort] [ ae&merge-sort ] | 🟣 Very Hard | [ ![ python] ( res/py.png )] [ ae&merge-sort#py ] |
996
+ | [ Remove Islands] [ ae&remove-islands ] | 🟠 Medium | [ ![ python] ( res/py.png )] [ ae&remove-islands#py ] |
996
997
997
998
[ 🔝 Back to Top 🔝] ( #coding-challenges )
998
999
1000
+ [ ae&first-non-repeating-character ] : https://www.algoexpert.io/questions/first-non-repeating-character
1001
+ [ ae&first-non-repeating-character#py ] : algoexpert/first-non-repeating-character.py
999
1002
[ ae&generate-document ] : https://www.algoexpert.io/questions/generate-document
1000
1003
[ ae&generate-document#py ] : algoexpert/generate-document.py
1001
1004
[ ae&insertion-sort ] : https://www.algoexpert.io/questions/merge-sort
0 commit comments