Skip to content

Commit 7763de6

Browse files
committed
updated readme
1 parent e3132c9 commit 7763de6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> ### Featured on [Awesome-algorithms](https://github.com/tayllan/awesome-algorithms) & [Ruby-bookmarks](https://github.com/dreikanter/ruby-bookmarks)
33
44
This repository contains Ruby implementation of various Algorithms and Data structures and
5-
solution of many challenges of [HackerRank](https://www.hackerrank.com) and [Codility](https://codility.com)
5+
solution of many challenges of [Leetcode](https://leetcode.com/),[Exercism](https://exercism.org/),[HackerRank](https://www.hackerrank.com) and [Codility](https://codility.com)
66

77
## Content :
88
* [Searching](#searching)
@@ -248,7 +248,11 @@ solution of many challenges of [HackerRank](https://www.hackerrank.com) and [Cod
248248
28. [Raindrops](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/raindrops.rb)
249249
29. [Isogram](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/isogram.rb)
250250
30. [Scrabble Score](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/scrabble_score.rb)
251-
251+
31. [Luhn](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/luhn.rb)
252+
32. [Clock](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/clock.rb)
253+
33. [Twelve Days](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/twelve_days.rb)
254+
34. [Tournament](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/tournament.rb)
255+
35. [Gigasecond](https://github.com/kumar91gopi/Algorithms-and-Data-Structures-in-Ruby/blob/master/exercism/gigasecond.rb)
252256

253257
<a name="leetcode"/>
254258

0 commit comments

Comments
 (0)