(Part 2) Best products from r/algorithms

We found 18 comments on r/algorithms discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 35 products and ranked them based on the amount of positive reactions they received. Here are the products ranked 21-40. You can also go back to the previous section.

Top comments mentioning products on r/algorithms:

u/Oglopf · 1 pointr/algorithms

I used this book which used python instead of psuedo-code. I'm not a computer science student (applied math) and python was the language I had picked up on my own. It does a great job of hitting the ground running and providing good exercises and solutions for self learners.

Cormen is considered the classic text, according to all my computer science friends, but I find that book needs to be used in conjunction with a lecturer to explain it. That's just me, and again computer science isn't where my training is so this opinion will be very different I'd imagine, depending who you ask.

u/GentAndScholar87 · 1 pointr/algorithms

A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills

I just started this but this book is very beginner friendly and includes examples in ruby, JavaScript, and python.

u/grandzooby · 3 pointsr/algorithms

GLPK is a commonly used library in a number of programming languages(R, Python, etc.) and Excel has a limited ability to do these problems.

If you want to take an Excel approach, I once took a class that used this book: https://www.amazon.com/Optimization-Modeling-Spreadsheets-Kenneth-Baker/dp/0470928638

u/chub79 · 1 pointr/algorithms

I've never tried those problems but this book helped me a lot improving my algorithmic problem solving skills.

u/codefinbel · 7 pointsr/algorithms

I suppose this might be something along the lines of what you're looking for:

Algorithms to Live By: The Computer Science of Human Decisions

It is hard to decouple algorithms from programming and mathematics, but my brother who is neither programmer nor mathematician as well read that book.

Don't know if it was good though.

u/0x6f_ · 2 pointsr/algorithms

You usually do see stuff you've never seen before when you're learning something new.

Checkout:

u/Bayequentist · 1 pointr/algorithms

Generally after CLRS you should be ready to read TAOCP. But if you still feel insufficient, Professor Knudth has another book that you can look into to enhance the math background - Concrete Mathematics: A Foundation for Computer Science.

u/FrozenVenison · 2 pointsr/algorithms

I’m currently reading through a book by Robert Lafore, called “Data Structures & Algorithms in Java.”

I’m learning a lot and it’s really helping reinforce what I learned in class and filling in gaps I missed.

Link: https://www.amazon.com/Data-Structures-Algorithms-Java-2nd/dp/0672324539/ref=sr_1_1?crid=76STTU4P9H2T&keywords=data+structures+and+algorithms+in+java&qid=1557891534&s=gateway&sprefix=data+structures+and%2Caps%2C198&sr=8-1

u/throwdemawaaay · 3 pointsr/algorithms

A good lightweight introduction: Programming Collective Intelligence

If you'd like a single, but more difficult, reference that covers much of the breadth of machine learning: Machine Learning: A probabiliistic Perspective

u/nvri · 3 pointsr/algorithms

Hi, if you want to look further into the swarm based approach, Gianni di Caros Thesis is a good resource. Chapter 3-5 cover combinatorial problems and the ACO metaheuristic. http://www.idsia.ch/~gianni/Papers/thesis.pdf

I am currently reading http://www.amazon.com/Ant-Colony-Optimization-Bradford-Books/dp/0262042193/

The practical application of the metaheuristic to a lot of problems is described there. This may help you with your problem. Voices whisper you can find this as a pdf on the internet - I bought it though...

u/timshoaf · 2 pointsr/algorithms

This isn't the most direct answer; /u/jpfed gave you that. The interior point methods used for these things can be fairly quick in practice.

The theory, mathematically, however is covered in Convex Optimization and Combinatorial Optimization

These are extremely common types of problems in the fields of economics and operations research.

u/kc7wbq · 15 pointsr/algorithms

Oh man, you thread has wrecked my day. You're question prompted me to pull down an algorithm book from a collage class I had about 8 years ago. Out fell some 3x5 cards with algorithm names and short notes summing up the algorithm. I'd written the cards to get ready for tests.

I looked through the cards, then looked at my task list for the day and it made me want to cry. I've been doing bullshit busy work so long in corporate America I've forgotten almost everything I ever learned in collage.

If you love programming, work for a small company when you leave college. If you're incompetent and only looking for a paycheck, go work for a corporation.