Skip to content
#

interview-preparation

Here are 606 public repositories matching this topic...

javascript-algorithms

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Apr 19, 2020
  • C++
cclauss
cclauss commented Nov 28, 2019

golangci-lint run --no-config searches

##[error]searches/binary_search.go:20:6: `iterBinarySearch` is unused (deadcode)
func iterBinarySearch(array []int, target int, lowIndex int, highIndex int) int {
     ^
##[error]searches/binary_search.go:6:6: func `binarySearch` is unused (unused)
func binarySearch(array []int, target int, lowIndex int, highIndex int) int {
     ^

《大厂面试指北》——后端面试题精选,包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理(获取《大厂面试指北》PDF版本请关注我的公众号"大厂面试",技术交流可以扫主页的二维码进群,希望给我一个Star,谢谢!) 最佳阅读地址:http://notfound9.github.io/interviewGuide/

  • Updated Jun 10, 2020
  • Java

Improve this page

Add a description, image, and links to the interview-preparation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interview-preparation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.