-
Hi!
I noticed the README includes a link to Anki flashcards to practice the algorithmic problems. I'd like to suggest adding a link to my app, AnkiCode (https://github.com/daveight/ankicode) which …
-
### 页面英文名
[proposal] OI Wiki for algorithm interview
### 我希望能添加的内容是
#### 现状与痛点
OI wiki 上有很多优秀的算法竞赛知识,但是对于广大找工作的程序员群体来说,很多知识是超纲的,比如:
程序员群体有”只看面试难度的知识点“的需求,导致社区不断出现一些”xxx算法学习笔记“之类的高 star 项目…
-
# Data Structures and Algorithms (DSA) Course Outline
### Git & GitHub
- [x] Complete Git & GitHub Course
## Introduction to Programming
- [x] Types of languages
- [x] Memory management
- […
-
Contribute anything related to math that can help with programming interviews. Simply make a pull request. Everybody is welcome! A great repository for first time open source contributors.
Please rea…
-
https://tangent617.github.io/post/huawei-2012-algorithm-engineer-interview/
懒死了,简单写了。
👀 views
一面
bool cmp(const vector& a, const vector& b) {
if (a[1] == b[...
-
How do we want to approach the topic of algorithmic complexity and Big O notion? @hcolmanccc @Zune-Ahmed @boughrira
I can think of a few ways:
- We can mention the topic as it comes up
- Have …
-
### Description
Description
Here is a list of top 10 algorithms that one should prepare for an Interview.
### Domain
Interview Prep
### Type of Contribution
Documentation
### Code of Conduct
-…
-
### What would you like to Propose?
I would like to contribute Hare and Tortoise Algorithm as it is one of the most important concept when it comes to linked list
### Issue details
I will add the …
-
Add Important Data Structures And Algorithms for interview preparation
-
- [x] Get Start Here
- [x] A Touch of Setup
- [x] String Reversal
- [ ] Palindromes
- [ ] Integer Reversal
- [ ] MaxChars
- [ ] The Classic FizzBuzz
- [ ] Array Chunking
- [ ] Anagrams
- [ ]…