程序员常用的刷题网站(2)

在五个月之前写了篇文章 程序员常用的技术网站 | 转眼间五个月过去了。五个月后的今天我打算写一篇程序员常用的刷题网站。

为什么要刷题呢?

  • 巩固提高自己的基础编程知识水平
  • 增加面试过程中的自信心
  • 幸运的是:很多时候面试笔试题目你刷过

总结下来就是:刷题可以在提高自己编程能力的时候,增加拿到好offer的机会。

下面这些网站,可以给你提供很多的编程类的题目让你去练习,只要你耐心的去练习,明白所碰到的题目其背后的原理,那么相信你的编程能力将会得到一个质的飞跃。

(一)LeetCode Online Judge

LeetCode OJ is a platform for preparing technical coding interviews. Pick from an expanding library of more than 190 questions, code and submit your solution to see if you have solved it correctly. It is that easy!

Our platform currently supports a total of 9 languages: C, C++, Java, Python, C#, JavaScript, Ruby, Bash, MySQL.

程序员常用的刷题网站(2)_第1张图片

同时这里有不错的解答:专栏:LeetCode题解 - 博客频道 - CSDN.NET

(二)Virtual Judge

Virtual Judge is not a real online judge. It can grab problems from other regular online judges and simulate submissions to other online judges. It aims to enable holding contests when you don't have the test data.

Virtual Judge currently supports the following online judges:

程序员常用的刷题网站(2)_第2张图片 (三) Codewars: Train your coding skills

Designed to test coding skills using challenges with real-world relevance. Qualified helps to make it easier to test larger, more complex challenges without manually reviewing and scoring every submission.

We provide an IDE with integrated test frameworks for each language (Mocha, RSpec, PHPUnit, JUnit, etc). These unit-tests drive our auto-scoring and allow students to try their code before making a submission.

程序员常用的刷题网站(2)_第3张图片 (四) Geeksforgeeks

How many times were you frustrated while looking out for a good collection of algorithm、programming、interview questions?

What did you expect and what did you get? This portal has been created to provide well written, well thought and well explained solutions for selected questions.

程序员常用的刷题网站(2)_第4张图片 (五) Coding Challenges for the World's Best Developers

CodeEval is a community of the world's top developers to practice and compete on code challenges. Build our your developer profile and see where you rank

程序员常用的刷题网站(2)_第5张图片

(六)Deliver Faster through Crowdsourcing

Deliver faster for your business through crowdsourcing.

With a community of over 1,000,000 design and technology experts, Topcoder provides on-demand capability, bandwidth, and velocity so you can do more.

程序员常用的刷题网站(2)_第6张图片

所以给了这么多刷题的网站,还不动起来?


学习编程,欢迎关注专栏:学习编程 - 知乎专栏

你可能感兴趣的:(我的题库)