I hope Brilliant should create C++ based programming problem set (I mean like ACM programming problems) and a section for Computer Science in the Practice section having some tips and tricks in computer programming and some discussion on important programming technique like Greedy, Backtracking, Branch and bound etc..
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
It's not very likely they'll make it C++ specific. The idea was that anyone knowing a programming language could try the problems, no matter what language.
Log in to reply
programming problem given here mainly for python. Actually to work with a big integer number python is the best way. it is very difficult to maintain it in C++ or other languages. So those who knows python will have some advantage here. I am telling that they should focus on ACM programming problem.
Log in to reply
I've been using Python, Mathematica and C to solve the problems, it's not Python-only.
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
doesn't work by magic.
That's a great point: libraries like this are definitely available; moreover, it is not a bad exercise in C/C++ to implement such a library yourself! After all, Python itselfLog in to reply
Log in to reply
I think all programming language.. to help and enhanced other programmers.. ty :)
You should use C++ to solve all the Project Euler problems if you want to practice that language.
Log in to reply
Good point.Python's integer handling is so good,using it to solve some problems on PE like 'finding the last three digits of 21000' seems like cheating.
Log in to reply
The first few problems are indeed easier with Python than with C++, but once you get past problem 100 or so, I'd say it doesn't make that much of a difference.
Log in to reply
I disagree. Computer science is a language-agnostic field. C++ is just as capable as any other general-purpose programming language. Why should the section be based on C++ instead of, for example, Racket, Erlang, Ruby, JS, or Scala?
I do agree that the CS section should involve more algorithms and techniques.
I think such problems should be given here which anyone knowing a programming language can solve.
thats great!!! i'm so excited.!!. :)
Good idea!
yaa... i think tooo