File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
![ Hits] ( https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/anishLearnsToCode/leetcode-algorithms )
4
4
![ made-with-java] ( https://img.shields.io/badge/Made%20with-Java-1f425f.svg )
5
5
![ made-with-python] ( https://img.shields.io/badge/Made%20with-Python-1f425f.svg )
6
- ![ problems-solved] ( https://img.shields.io/badge/Problems%20Solved-45 /1412-1abc9c.svg )
7
- ![ problems-solved-java] ( https://img.shields.io/badge/Java-44 /1412-1abc9c.svg )
6
+ ![ problems-solved] ( https://img.shields.io/badge/Problems%20Solved-46 /1412-1abc9c.svg )
7
+ ![ problems-solved-java] ( https://img.shields.io/badge/Java-45 /1412-1abc9c.svg )
8
8
![ problems-solved-python] ( https://img.shields.io/badge/Python-3/1412-1abc9c.svg )
9
9
[ ![ license] ( https://img.shields.io/badge/LICENSE-MIT-<COLOR>.svg )] ( LICENSE )
10
10
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( CONTRIBUTING.md )
59
59
| 189 | [ Rotate Array] ( https://leetcode.com/problems/rotate-array ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/RotateArray.java ) |
60
60
| 190 | [ Reverse Bits] ( https://leetcode.com/problems/reverse-bits ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/ReverseBits.java ) |
61
61
| 191 | [ Number of One Bits] ( https://leetcode.com/problems/number-of-1-bits ) | Easy | [ ![ Python] ( https://img.icons8.com/color/35/000000/python.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/python/number_of_1_bits.py ) |
62
- | 198 | [ House Robber] ( https://leetcode.com/problems/house-robber ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( ) |
62
+ | 198 | [ House Robber] ( https://leetcode.com/problems/house-robber ) | Easy | [ ![ Java] ( https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png )] ( https://github.com/anishLearnsToCode/leetcode-algorithms/blob/master/src/HouseRobber.java ) |
63
63
| 202 | [ Happy Number] ( https://leetcode.com/problems/happy-number ) | Easy |
64
64
| 203 | [ Remove Linked List Elements] ( https://leetcode.com/problems/remove-linked-list-elements ) | Easy |
65
65
| 204 | [ Count Primes] ( https://leetcode.com/problems/count-primes ) | Easy |
You can’t perform that action at this time.
0 commit comments