Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have to prepare for an entrance exam of C DAC(Centre for Development of Advanced Computing).
So please would somebody tell me Websites where I can practice for C,C++ and data structures quiz of Intermediate and expert level.(Objective type)
(Of course I'd like to check my accuracy and programming skills).
any suggestions will be appreciated.
Thank you.
For C++, see this list:
The Definitive C++ Book Guide and List
When I was at high-school I used to train myself for Computing Olympiads using USACO Training Program.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I seeking a web site for programming skills testing. Maybe free analogue of codility or something like when you get a task, and need to upload a correct answer code, solving the task. Namely i interested in c++. Thanks.
your answer is that you should try your self more!
But some goods:
the ACM site: http://icpc.baylor.edu
http://acm.uva.es/contest/
http://www.codeforces.com
http://code.google.com/codejam/
and also
http://www0.us.ioccc.org/index.html
http://www.mycplus.com/featured-articles/programming-contests-and-challenges/
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
If this question is off topic, please inform me which stack exchange this question would be appropriate for before voting to close the question.
I like Clojure the programming language. I'm interested in getting a list of companies that use Clojure for their development. Where can I get such a list?
Many companies are listed here: http://www.quora.com/Which-startups-are-using-Clojure
Also, large official list: http://dev.clojure.org/display/community/Clojure+Success+Stories
(some examples not in any order)
Now a community-wiki: post your favorites here!
the climate corporation (was WeatherBill)
runa (ai realtime coupons)
readyforzero
Prismatic
Montoux Limited, New Zealand (financial risk analysis)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What kinds of mathematics are required to program a data compressor (C++)? Are there any specific branches of calculus required? How are these implemented?
You should read Elements of Information Theory by Thomas M. Cover and Joy A. Thomas. This answers your questions on a funded theoretical basis.
I would say mostly information theory and statistics.
Of course basic math and logic knowledge is required, but this is true for programming algorithms in general.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone have any knowledge of C or c++ tutorials that teach the language on video and through examples?
FredOverflow did start such a list (you need enough rep to see deleted questions to see this one) for C++ a while ago, which via some detours ended up on the C++ chat room's wiki: http://loungecpp.wikidot.com/videos-and-podcasts-by-c-celebrities
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
What can be Questions and Answers for Interview on job position for objects recognition and Computer vision?
Please only Qs with links to As.
Please keep being on topic (no general Qs).
I would let the interviewee describe a computer vision project she worked on: What was the problem? What approaches did she try? What did and whad didn't work? Why didn't it work? How did she measure if something worked or not?
The idea is to find out if the person in question only uses blind trial-and-error to get results, which is usually not a good strategy for complex problems. (Also, it's hard to convincingly fake this kind of knowledge ;-)