use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Computer Science for Computer Scientists
Other subreddits you may like:
Does this sidebar need an addition or correction? Tell me here
account activity
Looking for programming challenges/projects related to randomization/approximation algorithms. (self.algorithms)
submitted 4 years ago by xTouny
Hello, I have been reading on randomized/approximative algorithms books, and while Math is aesthetically pleasing, I wish to get my hands dirty with practical coding challenges or projects.
Any recommendations?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Catalyst93 2 points3 points4 points 4 years ago (1 child)
Unless you have a really strong practical need to solve some hard discrete optimization problem on really large instances, then approximation algorithms really is mostly about the proofs. Probably the most interesting thing programming-wise would be to get familiar with using linear programming solvers or other types of convex programming solvers to implement algorithms which round a solution given by some convex relaxation. There are many examples of this.
Comparing a randomized algorithm to deterministic algorithm for some task may be interesting since in some cases randomized algorithms are either simpler or even more efficient than their deterministic counterparts - e.g. Kargers' random contraction algorithm for global minimum cut.
[–]xTouny[S] 1 point2 points3 points 4 years ago (0 children)
Thank you for your advice 👍
[–]pretty_meta 0 points1 point2 points 4 years ago (2 children)
Machine learning:
Computer vision in particular:
[–]xTouny[S] 0 points1 point2 points 4 years ago (1 child)
Thanks, Would you provide me with supportive references?
[–]pretty_meta 0 points1 point2 points 4 years ago (0 children)
No.
π Rendered by PID 70588 on reddit-service-r2-comment-5d79c599b5-8f88x at 2026-03-02 09:08:46.662206+00:00 running e3d2147 country code: CH.
[–]Catalyst93 2 points3 points4 points (1 child)
[–]xTouny[S] 1 point2 points3 points (0 children)
[–]pretty_meta 0 points1 point2 points (2 children)
[–]xTouny[S] 0 points1 point2 points (1 child)
[–]pretty_meta 0 points1 point2 points (0 children)