A complete computer science study plan to become a software engineer.
-
Updated
Nov 14, 2020
{{ message }}
A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.
A complete computer science study plan to become a software engineer.
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Algorithms and data structures in Swift, with explanations!
Cracking the Coding Interview 6th Ed. Solutions
The phonetic GREL function does not validate its second argument, the phonetic encoding, and silently falls back to metaphone.
For instance, "open refine".phonetic("metaphone3") evaluates to "APNRFN" and so does "open refine".phonetic(undefined_value) or "open refine".phonetic(null).
In these last two cases, we should instead throw an error, similar to the one we get with `"open re
Tick-Tack-Toe game is not working for exception part
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Algorithms Implemented in GoLang
A Python module for learning all major algorithms
180+ Algorithm & Data Structure Problems using C++
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview
Solutions to LeetCode by Swift
I would like to add Yelp interview questions.
Please assign me to this.
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.
problem-solving-with-algorithms-and-data-structure-using-python 中文版
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist