Skip to content

Commit 8ea8951

Browse files
initial commit
0 parents  commit 8ea8951

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

β€Ž.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.idea
2+
out
3+
dist
4+
*.iml
5+
__pycache__
6+

β€ŽLICENSE

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Copyright 2020 anishLearnsToCode
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4+
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
5+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
6+
persons to whom the Software is furnished to do so, subject to the following conditions:
7+
8+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
9+
Software.
10+
11+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
13+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
14+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

β€ŽREADME.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Competitive Programming πŸ±β€πŸ‘€πŸ±β€πŸ’»
2+
3+
## HackerRank Solutions πŸ“„ + Certifications πŸŽ“
4+
5+
### Domains
6+
- β˜• [Java](https://github.com/anishLearnsToCode/hackerrank-java) ![problems-solved-java](https://img.shields.io/badge/Solutions%20(Java)-68/68-1abc9c.svg)
7+
- 🐍 [Python](https://github.com/anishLearnsToCode/hackerrank-python) ![problems-solved-python](https://img.shields.io/badge/Solutions%20(Python)-115/115-1abc9c.svg)
8+
- [Algorithms](https://github.com/anishLearnsToCode/hackerrank-algorithms)
9+
- [Data Structures](https://github.com/anishLearnsToCode/hackerrank-data-structures)
10+
11+
### Tutorials
12+
- [Interview Preparation Kit](https://github.com/anishLearnsToCode/hackerrank-interview-preparation-kit)
13+
14+
### Certifications
15+
- βœ” [Java (Basic)](https://github.com/anishLearnsToCode/hackerrank-java-basic-skill-test)
16+
- βœ” [JavaScript (Basic)](https://github.com/anishLearnsToCode//hackerrank-js-basic-skill-test)
17+
- βœ” [Python (Basic)](https://github.com/anishLearnsToCode/hackerrank-python-basic-skill-test)
18+
- βœ” [Problem Solving (Basic)](https://github.com/anishLearnsToCode//hackerrank-problem-solving-skill-test)
19+
- βœ” [Problem Solving (Intermediate)](https://github.com/anishLearnsToCode//hackerrank-problem-solving-intermediate-skill-test)
20+
21+
## Leetcode
22+
### Domains
23+
- [Algorithms](https://github.com/anishLearnsToCode/leetcode-algorithms)

0 commit comments

Comments
Β (0)