Wednesday, December 30, 2015

Learning Javascript Data Structures and Algorithms - Valid for Anyone

Learning Javascript Data Structures and Algorithms: This book will be valid for a very long time. I loved reading it to freshen up on my algorithms, and the info on node and XAMP was helpful as well.  Every web developer should read this book and have it as a reference guide when planning the implementation of their Javascript methods. You learn the most common structures and algorithms you'll need for most of your applications.  Some you'll never use, but its important to know what they are and why to use other algorithms instead, which is discussed as well.  You get to know, but not limited to, stacks, queues, linked-lists, sets, dictionaries, hashes, trees, graphs, and sorting and searching algorithms.  You'd be hard pressed to find a need for other algorithms in the regular web development career.  Great book.

No comments:

Post a Comment