A list of practical projects that anyone can solve in any programming language
1–10 of 59 posts
Re: A list of practical projects that anyone can solve in any programming language
#2Re: A list of practical projects that anyone can solve in any programming language
#3Re: A list of practical projects that anyone can solve in any programming language
#4I have the theory part covered, but I'm always on the lookout for things that could make for decent practical assignment problems - reasonably attainable in scope, but without being too contrived.
Re: A list of practical projects that anyone can solve in any programming language
#5Re: A list of practical projects that anyone can solve in any programming language
#6Re: A list of practical projects that anyone can solve in any programming language
#7not to sound pedantic, but for any integer greater than 1 there is always at least one prime factor: https://en.wikipedia.org/wiki/Fundamental_theorem_of_arithme...
edit: for prime numbers, it is the number itself
Re: A list of practical projects that anyone can solve in any programming language
#8> Prime Factorization - Have the user enter a number and find all Prime Factors (if there are any) and display them. not to sound pedantic, but for any integer greater than 1 there is always at least one prime factor: https://en.wikipedia.org/wiki/Fundamental_theorem_of_arithme... edit: for prime numbers, it is the number itself
(Your point stands, though: every integer > 1 has at least one prime factor.)
Re: A list of practical projects that anyone can solve in any programming language
#9Re: A list of practical projects that anyone can solve in any programming language
#10Should one consider them self skilled if they can complete all of these projects with some amount of ease?
...most of the population? Yes.
...John Carmack? No.