DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now

azamtoiri / Algorithms
Active

Last analyzed 927e563 7 months ago
Default analysis branch is
Currently analyzing run
All issues
29
Recommended
23
Bug Risk
0
Anti-pattern
21
Security
0
Performance
0
Typecheck
0
Coverage
0
Style
8
Documentation
0

Unnecessary else / elif used after return

PYL-R1705
Style
7 months ago — 7 months old
Found in Algorithms/../binary_search.py and Algorithms/../factorials.py
2

No newline at end of file

FLK-W292
Style
7 months ago — 7 months old
Found in Algorithms/../matrix_multiplication.py
1
50%

Line too long

FLK-E501
Style
7 months ago — 7 months old
Found in Algorithms/../binary_search.py and Algorithms/../merge_sort.py
2

Missing whitespace after ,, ;, or :

FLK-E231
Style
7 months ago — 7 months old
Found in Algorithms/../strassen_algorithm.py
2

Inconsistent return statements

PYL-R1710
Style
7 months ago — 7 months old
Found in Algorithms/../binary_search.py
1