Author Topic: Free Data Structures and Algorithms Book  (Read 2719 times)

0 Members and 1 Guest are viewing this topic.

Offline rickclark58

  • Newbie
  • Posts: 18
    • View Profile
    • YouTube Channel
Free Data Structures and Algorithms Book
« on: September 19, 2021, 12:05:50 pm »
Since I have not coded consistently in quite a while I wanted a refresher course on data structures and algorithms and I found a good free textbook on the subject. The book uses pseudocode and explains each topic quite well. This is an introductory textbook so it isn't all that math-heavy but it does explain the Big O notation and how it relates to relevant topics. I would definitely rate it a 4 out of 5 stars for an intro course. Here is the link if you are interested. It is free and in PDF format. https://open.umn.edu/opentextbooks/textbooks/171.
Rick Clark

Offline rickclark58

  • Newbie
  • Posts: 18
    • View Profile
    • YouTube Channel
Re: Free Data Structures and Algorithms Book
« Reply #1 on: September 21, 2021, 01:13:52 pm »
I came across this list of books. Quite a bit there. https://github.com/RbkGh/Free-Algorithm-Books
Rick Clark

Offline Dimster

  • Forum Resident
  • Posts: 500
    • View Profile
Re: Free Data Structures and Algorithms Book
« Reply #2 on: September 21, 2021, 03:50:36 pm »
Thanks Rick