Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Grokking Algorithms In Swift

This repository contains sample code written in Swift based on the book, "Grokking Algorithms", by Aditya Bhargava, published by Manning.

The original sample code in Python, which the book's examples are based on, are linked from the publisher's page.

This code has been developed as part of a Book Club I am running with members of my team.

Each chapter has its own Playground page for specific examples and exercises.

Chapters

  • Binary Search
  • Selection Sort
  • Recursion
  • Quicksort
  • Hash tables
  • Breadth-first search
  • Dijkstra's algorithm
  • Greedy algorithms
  • Dynamic programming

About

An implementation of examples from the "Grokking Algorithms" book, written in Swift.

Topics

Resources

Stars

11 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages