You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.MD
-39Lines changed: 0 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,42 +9,3 @@ Sure, here is the README.md file for your project:
9
9
10
10
CodeWars Algorithms
11
11
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