Skip to content

Notes on Sedgewick’s Algorithms, 4th Edition - clear, concise, and practical.

Notifications You must be signed in to change notification settings

advafaeian/sedgewick-algorithms-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sedgewick’s Algorithms Notes

The book cover

This repository contains Markdown (.md) notes based on the classic book “Algorithms, 4th Edition” by Robert Sedgewick and Kevin Wayne.

The book is a great candidate for condensation, as it offers clear implementations and excellent illustrations serving as an abstract way of conveying information. With just the right amount of explanatory text added, these notes make the material more concise and accessible, ideal for refreshing key concepts and preparing for interviews.

I’ve also included personal notes where I found they help clarify certain ideas or provide additional intuition.

To maintain orthogonality and conciseness, I included content related to the Java language selectively. For the complete material, see Chapters 1.1, 1.2, and 1.3 of the book.

Table of Contents

1. Fundamentals

2. Sorting

3. Searching

4. Graphs

5. Strings

6. Context


If you find any errors or inconsistencies, feel free to open an issue, and I’ll correct them promptly :)

About

Notes on Sedgewick’s Algorithms, 4th Edition - clear, concise, and practical.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published