From 52fcc1bbfac9e02c5aa0eb7fb1c8c71bac737b39 Mon Sep 17 00:00:00 2001 From: Maxim Abramchuk Date: Sun, 6 Dec 2015 15:39:29 +0300 Subject: [PATCH] One more algorithms link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfff7a2..25316fe 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li - [http://javarevisited.blogspot.com.by/2013/03/top-15-data-structures-algorithm-interview-questions-answers-java-programming.html](http://javarevisited.blogspot.com.by/2013/03/top-15-data-structures-algorithm-interview-questions-answers-java-programming.html) - Top 15 Data Structures and Algorithm Interview Questions for Java programmer. - [http://java2novice.com/java-interview-programs/](http://java2novice.com/java-interview-programs/) - A great list of Java interview questions. - [https://github.com/sagivo/algorithms](https://github.com/sagivo/algorithms) - Algorithms playground for common interview questions written in Ruby. +- [https://github.com/EvgenyKarkan/EKAlgorithms](https://github.com/EvgenyKarkan/EKAlgorithms) - EKAlgorithms contains some well known CS algorithms & data structures. ## Coding exercises