Skip to content

Commit e649690

Browse files
committed
more updates on readme
1 parent e69e09d commit e649690

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Repository made with the aim to help people studing for coding interviews. All code were made in Python so far but anyone can add new problems, algorithms and data structures in any language :smile:
22

3-
Big O cheat sheet: https://www.bigocheatsheet.com/
4-
53
Contributions are welcome! If you want to contribute, please read [CONTRIBUTING.md](https://github.com/larissalages/code_problems/blob/master/CONTRIBUTING.md) for details on how to get started and submit pull requests to us.
64

5+
# Usefull Links
6+
- [Big O cheat sheet](https://www.bigocheatsheet.com/)
7+
- [LeetCode](https://leetcode.com/)
8+
- [HackerRank](https://www.hackerrank.com/dashboard)
9+
- [Code Chef](https://www.codechef.com/)
10+
- [Data Structure and Algorithms Tutorial](https://www.tutorialspoint.com/data_structures_algorithms/index.htm)
11+
12+
713
# Classic Algorithms
814
Code | Test
915
------------ | -------------

0 commit comments

Comments
 (0)