Skip to content

Commit a186c7c

Browse files
committed
Add .gitignore and Update README.md
1 parent 91b07c5 commit a186c7c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.exe
2+
.vscode

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Repository Description
44

5-
This repository contains my LeetCode and CodeWars (Kata) problem solutions which is mostly written with Python. I'll try to keep solving problems in my free time to see different variant of questions and improve my algorithm solving skills.
5+
This repository contains my LeetCode, CodeWars (Kata) and HackerRank problem solutions which is mostly written with Python. I'll try to keep solving problems in my free time to see different variant of questions and improve my algorithm solving skills.
66

77
<br>
88

9-
#### Note: Files with the '-u' at the end means they are unfinished.
9+
#### Note: Files with the '-u' at the end means they are unfinished.

0 commit comments

Comments
 (0)