From 4d84b7dd2eab3a6ed1edc77410cebac19c144c7e Mon Sep 17 00:00:00 2001 From: Yash Panjwani Date: Mon, 13 May 2024 19:12:18 +0530 Subject: [PATCH] Update Google Code Jam link to Google Coding Competitions Archive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593060ea..00f1c180 100644 --- a/README.md +++ b/README.md @@ -722,7 +722,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Codility](https://codility.com) : Verify and improve coding skills - [Codingame](https://www.codingame.com/start) : Learn coding through games and challenges! - [Facebook Hacker Cup](https://www.facebook.com/hackercup/) : Facebook's Programming Contest, past problems solutions and FAQ -- [Google Code Jam Practice and](https://code.google.com/codejam/past-contests) : past contest problems for practice +- [Google Coding Competitions Archive](https://zibada.guru/gcj/) : past contest problems for practice - [HackerEarth - Programming challenges and Developer jobs](https://www.hackerearth.com) - [HackerRank](https://www.hackerrank.com) : Practice coding. Compete. Find jobs. - [LightOJ](https://lightoj.com) : Practicing at lightoj is so good for beginners as it is categorized and have also chat room and forum which helps to communicate with others about any problem.