The Algorithm Design Manual - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2) +--- Thread: The Algorithm Design Manual (/showthread.php?tid=2607) |
The Algorithm Design Manual - bplus - 04-20-2024 i stumbled onto this free book the other day, and just started reading through. looks really good for new challenges now that we aren't doing banners ;-)) https://archive.org/details/2008-book-the-algorithm-design-manual#:~:text=The%20Algorithm%20Design%20Manual%20%3A%20Steven,Borrow%2C%20and%20Streaming%20%3A%20Internet%20Archive featured according foreward is catelog of 75 algorithms, the author talks in psuedo code or mathy and examples are in C but i think more advanced qb64ers can figure out a translation. RE: The Algorithm Design Manual - Kernelpanic - 04-20-2024 Interesting book! Thanks for the tip. RE: The Algorithm Design Manual - vince - 04-20-2024 nice, did you see the sudoku chapter RE: The Algorithm Design Manual - bplus - 04-20-2024 ha! made me look vince not seeing it, but 'stock picking' and 'subroutine call overhead' sure do look interesting! just skimming one page in index and like KP says, Interesting! RE: The Algorithm Design Manual - vince - 04-20-2024 and now you made me look! page 239 RE: The Algorithm Design Manual - bplus - 04-20-2024 +1 thanks @vince you just doubled my interest in the book, i was thinking sudoku would be a great recursion example because that is what is used in my app to find a solution. RE: The Algorithm Design Manual - Pete - 04-22-2024 Reminds me of L. Ron Hubbard, who similarly had little to say, but somehow expressed it in over a 1,000 written pages. When it comes to programming, I'll stick with the JFCI method. Just ******* code it! Pete |