Skip to content

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

License

Notifications You must be signed in to change notification settings

mrlegowatch/GrokkingAlgorithmsInSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages