diff --git a/README.md b/README.md index a4f949e..253f8f3 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,8 @@ Useful articles and learning resources. - [Battlecode](https://www.battlecode.org/) - MIT's Longest-Running Programming Competition.In Battlecode, two teams of virtual robots roam the screen, managing resources and executing different offensive strategies against each other. Plan, code, and compete throughout the month of January for a chance at $30,000 in prizes! - [Hackerrank](https://www.hackerrank.com/code-battle/) - The contest will consist of 10 problems which have to be solved in 36 hours. The challenges may require the participant to write functions to solve specific part of problem or write the complete solution. - [Clash of Code](https://www.codingame.com/multiplayer/clashofcode) - Clash of Code is a game to improve your coding efficiency by solving short programming problems with other people, at the same time. Players share their solution at the end of a game to help other players improve their coding skills. +- [LeetCode Contest](https://leetcode.com/contest/) - LeetCode contest helps expand coding skills with weekly and biweekly contests. Participant needs to solve programming problems from the given problem list consisting of four problems, each assigned points according to the complexity level. Participant needs to take care of the time limit, and must not indulge in unfair practices, such as plagiarism. +- [TwilioQuest](https://www.twilio.com/quest) - TwilioQuest is a PC role-playing, educational video game with pixel art style designed to teach a new generation of developers how to change the world with code. TwilioQuest prepares potential developers for real-world programming by helping them configure a local development environment and introducing tools used by professional programmers around the world. From learning how to use the terminal, to coding in Python, JavaScript, and contributing to Open Source projects, TwilioQuest helps develop practical engineering skills. Participants are ranked according to their progress in the game.