Skip to content

Commit 6f7409e

Browse files
authored
Update README to remove questions and solutions section
1 parent df8b691 commit 6f7409e

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

ReadMe.MD

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,3 @@ Sure, here is the README.md file for your project:
99

1010
CodeWars Algorithms
1111
This project contains my solutions to various CodeWars algorithm questions. The solutions are written in C# and can be found in the "src" folder. Each solution is contained in its own separate file, with the file name indicating the name of the CodeWars question that it solves.
12-
13-
Questions and Solutions
14-
This project contains solutions to the following CodeWars questions:
15-
16-
#### Array Diff
17-
#### Arrays - Contains Common Item
18-
#### Contains Duplicate
19-
#### Delete Occurrences of an Element
20-
#### Descending Order
21-
#### DigPow
22-
#### Find the missing letter
23-
#### Find the Odd Int
24-
#### Get Goals Messi
25-
#### Good vs Evil
26-
#### IQ Test
27-
#### Just Count Sheep
28-
#### Kata Example Twist
29-
#### Moving Zeros To The End
30-
#### Ones and Zeros
31-
#### Pillars
32-
#### Power of Two
33-
#### Product Of Largest Pair
34-
#### Remove First and Last Character
35-
#### Second Big Number
36-
#### Short The Odd
37-
#### Short Array String Length
38-
#### Soundex
39-
#### Sum of Two Lowest Integers
40-
#### Valid Braces
41-
#### Which Are In
42-
## Usage To run the project, follow these steps:
43-
44-
Clone the project to your local machine.
45-
Open the project in your preferred IDE.
46-
Navigate to the "src" folder.
47-
Select the file for the desired algorithm.
48-
Run the code and test the algorithm.
49-
License
50-
This project is licensed under the MIT license. Feel free to use the code in any way that you like.

0 commit comments

Comments
 (0)