A complete computer science study plan to become a software engineer.
-
Updated
Oct 16, 2019 - 1 commits
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
A complete computer science study plan to become a software engineer.
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Everything you need to know to get the job.
💯 Materials to help you rock your next coding interview
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
👨🎓 Java Core Sprout : basic, concurrent, algorithm
给定一个原区间[x, y] (y>=x) 和 N个无序的目标区间[x1, y1],[x2, y2],[x3, y3] ... [xn, yn] 判断原区间是否在目标区间内(即\bigcup_{i=1}^{n}[x_i, y_i]是否成立)
例如给定原区间[1,6]和无序的目标区间[2, 3] , [1, 2], [3, 9]. 即可认为区间[1, 6]在[2, 3] , [1, 2], [3, 9]内, 如图所示:
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Minimal examples of data structures and algorithms in Python
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics.
there is data_structures/src/list/singly_linked_list, but there is also a code for same problem in data_structures/linked_list/
One of them ought to be removed.
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。
:crown: LeetCode of algorithms with java solution(updating).
Bug-tracking for Jeff's algorithms book, notes, etc.
JavaScript implementation of different computer science algorithms.
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Add hide solved problems
to VS Code command.
Hiding solved problems is convenient for writing, but sometimes I need to review the problems I sovled before.
A short (3 point) closed linestring (rare, but does happen) throws an exception in clean-coords due to the code assuming it's a polygon.
Problem occurs due to https://github.com/Turfjs/turf/blob/master/packages/turf-clean-coords/index.ts#L118 assuming the first and last points matching means it's a polygon.
This can also happen with a linestring that is cleaned to < 4 points. Discovered thi
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
New popular data sets, techniques, research paper links are some of the suggested ways you can contribute.
All Algorithms implemented in C++
The following do not yet have any pytests:
For ease of review, please only modify one directory per pull request.