Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for some Interesting C# Programming Problems [closed]

Tags:

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?

like image 577
Anon Avatar asked Nov 10 '08 05:11

Anon


People also ask

What is interesting about C?

C is the only programming language that exists for such a long period and still it is widely used. C is the basis of many other programming languages like C++, Java, JavaScript, Go, C#, PHP, Python, Perl, C-shell and many more.

Is C ever used?

Microsoft's Windows kernel is developed mostly in C, with some parts in assembly language. For decades, the world's most used operating system, with about 90 percent of the market share, has been powered by a kernel written in C.

What do you use C for?

C is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on. C programming is an excellent language to learn to program for beginners. Our C tutorials will guide you to learn C programming one step at a time.


1 Answers

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

like image 154
ChrisHDog Avatar answered Oct 02 '22 06:10

ChrisHDog