![]() |
|
Algorithms and Programs: An AI-Assisted Approach [by Eric Braude] - Printable Version +- MKLab (https://mklab.gr) +-- Forum: [INDEX] (https://mklab.gr/forumdisplay.php?fid=1) +--- Forum: ARTFICIAL INTELLIGENCE (AI) (https://mklab.gr/forumdisplay.php?fid=5) +---- Forum: BOOKS (https://mklab.gr/forumdisplay.php?fid=32) +----- Forum: NEW PUBLICATIONS (https://mklab.gr/forumdisplay.php?fid=110) +----- Thread: Algorithms and Programs: An AI-Assisted Approach [by Eric Braude] (/showthread.php?tid=1709) |
Algorithms and Programs: An AI-Assisted Approach [by Eric Braude] - mklabgr - 08-20-2026 Algorithms and Programs: An AI-Assisted Approach Author: Eric Braude Publication date: August 2026 Publisher: Addison-Wesley Professional Length: 144 pages Level: Intermediate ISBN: 9780135887622 Summary Algorithms and Programs: An AI-Assisted Approach presents classical algorithm design from a modern software-development perspective, with particular emphasis on how AI tools can assist in specifying, designing, implementing, testing, and verifying algorithms. Braude argues that simply expressing an algorithm as code or conventional pseudocode often hides its underlying logic. Instead, he advocates creating structured algorithm outlines that describe the outcomes each part of the algorithm is intended to achieve. These outlines form an intermediate layer between the mathematical idea and the final program, making correctness, invariants, and complexity easier to reason about. The first part of the book develops this methodology through problem specification, functions and classes, algorithm decomposition, complexity analysis, invariants, and systematic algorithm construction. AI is treated as a development assistant: it can help formulate requirements, generate or implement algorithmic outlines, test code, and inspect whether the resulting implementation actually satisfies the intended conditions. The emphasis is therefore not on letting AI simply “write the program,” but on giving it a sufficiently precise specification so that its output can be checked and reasoned about. The later chapters apply this framework to the standard core of an algorithms course: divide-and-conquer, sorting, dynamic programming, greedy algorithms, minimum spanning trees, and shortest-path algorithms. Examples include binary search, mergesort, quicksort, heapsort, radix sort, rod cutting, longest common subsequence, Huffman coding, Prim's and Kruskal's algorithms, Bellman–Ford, and Dijkstra's algorithm. Thus, although AI is prominent in the title, the book is fundamentally an algorithms text that attempts to rethink how algorithms should be designed and explained in the era of generative AI. Key Takeaways
BOOK |