Looking for some Interesting C# Programming Proble

2020-05-12 05:26发布

I am tired of doing typical CRUD programming type applications. I would like to work on some interesting (not too hard) programming problems. Are there any sites out there to help me exercise my brain?

标签: c#
6条回答
何必那么认真
2楼-- · 2020-05-12 05:40

Try SPOJ they have a good amount of problems for you to work on. They also vary in difficulty.

查看更多
Melony?
3楼-- · 2020-05-12 05:41

One other great site is ... stackoverflow.com :)

There are some really great questions asked on this site. I find it fun to pick some of the questions and develop answers for them. Often I pick a theme. For instance for the last week, I've tried to solve as many problems as possible using only a single LINQ expression.

查看更多
贼婆χ
4楼-- · 2020-05-12 05:44

I've used the problems on Ruby Quiz before. Other than that Dave Thomas' CodeKata and see if there is a Coding Dojo near you.

查看更多
▲ chillily
5楼-- · 2020-05-12 05:52

Check DotNetPerls they have a good selection of problems and solutions focusing in C# programming.

I also like the C# Brainteasers from Jon Skeet, good code snippets to read and learn more about the language, some have very interesting and surprising results...

查看更多
爷的心禁止访问
6楼-- · 2020-05-12 05:53

Project Euler: http://projecteuler.net/ is a nice collection of randomly interesting problems.

Somewhat related (not always programming, but generally interesting to programmers) is the IBM ponder this site: http://domino.research.ibm.com/Comm/wwwr_ponder.nsf/pages/index.html

查看更多
forever°为你锁心
7楼-- · 2020-05-12 05:54

Checkout for CodeChef Interesting problems here any language vl do

查看更多
登录 后发表回答