aaronoah / algorithm-notes

Comprehensive algorithms solution to help engineers prepare their interviews and future study

Home Page:https://cs-notes.gitbook.io/algorithm-notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithm-notes

Comprehensive algorithms solution to help engineers prepare their interviews and future study 🍪

Motivation

Understanding the algorithm mechanism is essential in structuring solutions for specific computation tasks and even more so in abstracting the most challenging questions such as Artificial Intelligence problems or Machine Learning techniques in various fields.

Consider the importance of algorithm analysis in all branches of Computer Science and its novel insights in subjects like quantum mechanics, economic analysis and so on, it is necessary to know the domain knowledge of algorithm in terms of math and logic.

It is especially helpful for students, engineers and scientists to organize algorithm principles online.

Usage

In order to collaboratively take advantage of this material, usage in the following forms are welcomed:

Getting Started

Clone the repo:

git clone https://github.com/aaronoah/algorithm-notes.git

Then, review the book on your browser

npm run serve

Or build the book

npm run build

Contributing

Make sure you follow the contributing guide in order to proceed with any forms of contribution.

License

MIT, Copyright © 2017, Hanqing Zhao

About

Comprehensive algorithms solution to help engineers prepare their interviews and future study

https://cs-notes.gitbook.io/algorithm-notes/

License:MIT License


Languages

Language:HTML 93.5%Language:CSS 4.6%Language:JavaScript 1.9%