All Projects → LyricYang → Internet Recruiting Algorithm Problems

LyricYang / Internet Recruiting Algorithm Problems

Licence: mit
《程序员代码面试指南》、公司招聘笔试题、《剑指Offer》、算法、数据结构

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Internet Recruiting Algorithm Problems

Wechart
Create all the [ch]arts by cax or three.js - Cax 和 three.js 创造一切图[表]
Stars: ✭ 152 (-6.75%)
Mutual labels:  algorithm
Gasyori100knock
image processing codes to understand algorithm
Stars: ✭ 1,988 (+1119.63%)
Mutual labels:  algorithm
Java Notes
☕️ Java 基础 👫 面向对象思想✏️ 算法 📝 操作系统 ☁️ 网络 💾 数据库 🙊 Spring 💡 系统架构🐘大数据
Stars: ✭ 160 (-1.84%)
Mutual labels:  algorithm
Ebooks
A repository for ebooks, including C, C plus plus, Linux Kernel, Compiler, OS, Algorithm, Security, Database, Network, ML and DL
Stars: ✭ 151 (-7.36%)
Mutual labels:  algorithm
Jaro winkler
Ruby & C implementation of Jaro-Winkler distance algorithm which supports UTF-8 string.
Stars: ✭ 156 (-4.29%)
Mutual labels:  algorithm
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+8448.47%)
Mutual labels:  algorithm
Tradzqai
Trading environnement for RL agents, backtesting and training.
Stars: ✭ 150 (-7.98%)
Mutual labels:  algorithm
Python data structures and algorithms
Python 中文数据结构和算法教程
Stars: ✭ 2,194 (+1246.01%)
Mutual labels:  algorithm
Data Structures Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
Stars: ✭ 157 (-3.68%)
Mutual labels:  algorithm
Openalgo
💹 openAlgo is a public repository for various work product relavant to algorithms and the high frequency low latency electronic trading space with a bias toward market microstructure as well as exchange traded futures and options.
Stars: ✭ 158 (-3.07%)
Mutual labels:  algorithm
Algorithms
The codes and my solutions to exercises from the book "Algorithms" (4th edition) by Robert Sedgewick and Kevin Wayne.
Stars: ✭ 2,001 (+1127.61%)
Mutual labels:  algorithm
Algorithms Js
Consumable Data Structures and Algorithms library in JavaScript
Stars: ✭ 155 (-4.91%)
Mutual labels:  algorithm
Rolling
Computationally efficient rolling window iterators for Python (including sum, min/max, median and more...)
Stars: ✭ 158 (-3.07%)
Mutual labels:  algorithm
Graphview
Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
Stars: ✭ 152 (-6.75%)
Mutual labels:  algorithm
Jstarcraft Ai
目标是提供一个完整的Java机器学习(Machine Learning/ML)框架,作为人工智能在学术界与工业界的桥梁. 让相关领域的研发人员能够在各种软硬件环境/数据结构/算法/模型之间无缝切换. 涵盖了从数据处理到模型的训练与评估各个环节,支持硬件加速和并行计算,是最快最全的Java机器学习库.
Stars: ✭ 160 (-1.84%)
Mutual labels:  algorithm
Bytecount
Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
Stars: ✭ 150 (-7.98%)
Mutual labels:  algorithm
C Plus Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Stars: ✭ 17,151 (+10422.09%)
Mutual labels:  algorithm
Paper checking system
基于C#和C++开发的文本查重/论文查重系统,一亿字次级论文库秒级查重。关联:查重算法、数据去重、文档查重、文本去重、标书查重、辅助防串标
Stars: ✭ 160 (-1.84%)
Mutual labels:  algorithm
Funnyalgorithms
A repository with a bunch of funny algorithms, beginners friendly
Stars: ✭ 161 (-1.23%)
Mutual labels:  algorithm
Algorithmictrading
This repository contains three ways to obtain arbitrage which are Dual Listing, Options and Statistical Arbitrage. These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver.
Stars: ✭ 157 (-3.68%)
Mutual labels:  algorithm

程序员面试笔试算法题

面试造火箭,工作拧螺丝!作为一名程序猿,必须有造火箭的本事,才能有拧螺丝的机会,其中数据结构和算法是一项必须掌握和灵活运用的技能。为了温故而知新,我根据题源将题目分类如下,主要包括17和18年招聘时各公司的笔试题、《程序员代码面试指南》、面试过程中的算法题等,语言选择的是JAVA,题库会慢慢完善。

欢迎star,希望对大伙有用。

公司招聘算法笔试题解答

各大互联网公司近两年招聘的算法编程题,只总结了部分,后续会不断补充。题解代码只是个人的思路,并不是最优的,有些题有解题说明,便于自己回忆和理解代码。

附上链接:公司招聘算法笔试题解答

《程序员代码面试指南》源码分章总结

这本书不仅可以作为代码面试指南,还可以作为学生与程序员的辅助练习。作者刷题5年,悉数总结都沉淀在这本书里,相信跟着他的引导,从头到尾逐一攻克一定会有所收获。   ——叶向宇牛客网CEO

附上链接:程序员代码面试指南

《剑指offer》

《剑指offer》中的题目在笔试面试中经常遇到,可以在牛客网上在线编程。我在总结时,会给出自己的代码(自己做题时的思路)和书中的参考代码,代码还是以书上的为准。

附上链接:剑指Offer

面试过程中遇到的手写代码题

面试过程中面试官往往会让你针对实际问题手写代码或者提出几个问题让你描述解题思路,写出关键代码。

附上链接:面试中手撕的代码问题

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].