A complete computer science study plan to become a software engineer.
-
Updated
Oct 24, 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
请判断一个链表是否为回文链表。
示例 1:
输入: 1->2
输出: false
示例 2:
输入: 1->2->2->1
输出: true
进阶:
你能否用 O(n) 时间复杂度和 O(1) 空间复杂度解决此题?
来源:力扣(LeetCode)
链接:https://leetcode-cn.com/problems/palindrome-linked-list
著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
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
Adding leading zero in the question number will be an awesome feature for file explorer to sort files by the name.
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
Add resources for R language - books, blogs, video lessons, etc.
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.