All Projects → Interview Techdev Guide → Similar Projects or Alternatives

2139 Open source projects that are alternatives of or similar to Interview Techdev Guide

Sre Interviews
Curated list of good SRE interview questions.
Stars: ✭ 210 (-16.67%)
Mutual labels:  interview, interview-preparation
Haskell
Stars: ✭ 91 (-63.89%)
Mutual labels:  algorithms, data-structures
Argo
使用go语言实现数据结构与算法,涵盖字符串、数组、链表、队列、栈、树、图等数据结构。在实现算法的基础上,进行go语言实战。此外也包含经典算法在go实战项目中的应用,以及开源项目算法方面源码分析。
Stars: ✭ 243 (-3.57%)
Mutual labels:  algorithms, data-structures
Ngx Auth Firebaseui
Angular Material UI component for firebase authentication
Stars: ✭ 518 (+105.56%)
Mutual labels:  google, facebook
Learning
自己整理了一些网上和书籍中的知识与笔记,来应对技术面试可能遇到的一些问题,包括算法、操作系统、计算机网络、Java、C++、Python、Go。概念不是最重要的!概念不是最重要的!概念不是最重要的!练习题才是!重要的事情说三遍,概念是不是看了很多遍,看几遍忘几遍,题目做过几遍,是不是印象很深,精华是题目,笔者在大量练习后摘录了书籍、牛客网、赛码网、W3C、CSDN等各种渠道的练习题,较为基础的这里就不录入了,主要录入一些易混淆,不容易理解的题目。作者也不喜欢重复造轮子,某些知识点的解释有比较详细的博客,作者就简单引用了,只有作者觉得找不到解释较好的博客时,作者会自己写一篇然后引用,限于篇幅,具体还请点击链接详细了解。
Stars: ✭ 194 (-23.02%)
Mutual labels:  algorithms, interview-questions
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 589 (+133.73%)
Mutual labels:  google, facebook
Softuni
SoftUni Courses
Stars: ✭ 98 (-61.11%)
Mutual labels:  algorithms, data-structures
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-62.3%)
Mutual labels:  algorithms, data-structures
Algorithms
Algorithms and data structures implemented in JavaScript with explanations, for further readings
Stars: ✭ 99 (-60.71%)
Mutual labels:  algorithms, data-structures
An Askreddit List Of Compsci Books
books and resources loved by r/learnprogramming community, compiled by me, a lurker who kept track
Stars: ✭ 598 (+137.3%)
Mutual labels:  interview, interview-preparation
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (-63.1%)
Flatqueue
A very fast and simple JavaScript priority queue
Stars: ✭ 98 (-61.11%)
Mutual labels:  algorithms, data-structures
Project Euler Solutions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
Stars: ✭ 1,374 (+445.24%)
Must Know About Frontend
🎓 취준생이라면 반드시 알아야 하는 프론트엔드 관련 지식들
Stars: ✭ 693 (+175%)
Mutual labels:  interview, interview-questions
Hello Algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
Stars: ✭ 29,372 (+11555.56%)
Mutual labels:  algorithms, interview-questions
Cv
🙈Front End Engineer Curriculum Vitae -《切图仔面试宝典》 急需招人,简历请投 [email protected],谢谢
Stars: ✭ 772 (+206.35%)
Mutual labels:  interview, interview-questions
Socialcounters
jQuery/PHP - Collection of Social Media APIs that display number of your social media fans. Facebook Likes, Twitter Followers, Instagram Followers, YouTube Subscribers, etc..
Stars: ✭ 104 (-58.73%)
Mutual labels:  google, facebook
C Sharp
All algorithms implemented in C#.
Stars: ✭ 3,310 (+1213.49%)
Mutual labels:  algorithms, data-structures
Swift Algorithm Club
Algorithms and data structures in Swift, with explanations!
Stars: ✭ 25,731 (+10110.71%)
Mutual labels:  algorithms, data-structures
Interview Preparation Kit
Interview preparation kit of hackerrank solutions
Stars: ✭ 94 (-62.7%)
Daily Coding Problem
Solutions to Daily Coding Problem in Javascript
Stars: ✭ 102 (-59.52%)
Mutual labels:  algorithms, data-structures
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-57.54%)
Mutual labels:  algorithms, data-structures
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+18015.08%)
Mutual labels:  data-structures, interview
Javascript Question
前端面试题 | Javascript 题 | CSS 题 | 前端届的3年高考5年模拟
Stars: ✭ 18 (-92.86%)
Mutual labels:  interview, interview-questions
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-90.48%)
Leetcode
LeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)
Stars: ✭ 179 (-28.97%)
Mutual labels:  data-structures, interview
Expresspython
expressPython - A small Python editor for learning and competitive programming.
Stars: ✭ 111 (-55.95%)
Index
Metarhia educational program index 📖
Stars: ✭ 2,045 (+711.51%)
Mutual labels:  algorithms, data-structures
Algorithms
A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
Stars: ✭ 178 (-29.37%)
Hackerrank
Efficient HackerRank solutions in JavaScript (⬡.js)
Stars: ✭ 111 (-55.95%)
Mutual labels:  algorithms, hackerrank
Bigdata Interview
🎯 🌟[大数据面试题]分享自己在网络上收集的大数据相关的面试题以及自己的答案总结.目前包含Hadoop/Hive/Spark/Flink/Hbase/Kafka/Zookeeper框架的面试题知识总结
Stars: ✭ 857 (+240.08%)
Mutual labels:  interview, interview-questions
Js Vault
List of tricky Javascript interview questions
Stars: ✭ 112 (-55.56%)
Mutual labels:  interview, interview-questions
Flutter auth buttons
Flutter buttons for social platforms
Stars: ✭ 114 (-54.76%)
Mutual labels:  google, facebook
Prepare For Interview
💪 half a year left, keep moving!
Stars: ✭ 8 (-96.83%)
Mutual labels:  interview, interview-questions
Java Interview
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
Stars: ✭ 114 (-54.76%)
Mutual labels:  interview, interview-questions
Interview
Interview Q&A
Stars: ✭ 37 (-85.32%)
Mutual labels:  interview, interview-questions
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (-85.71%)
Mutual labels:  algorithms, data-structures
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-71.43%)
Mutual labels:  algorithms, data-structures
Cracking The Coding Interview
Tests, Questions and Solutions from Cracking the Coding Interview
Stars: ✭ 91 (-63.89%)
Cslearning
开源项目之「计算机编程自学之路」:计算机自学指南+面试大全+资源分享+技术文章
Stars: ✭ 107 (-57.54%)
Mutual labels:  algorithms, interview
Ultimate Go
This repo contains my notes on working with Go and computer systems.
Stars: ✭ 1,530 (+507.14%)
Mutual labels:  algorithms, data-structures
Java Interview
Вопросы и ответы к интервью Java разработчика
Stars: ✭ 2,348 (+831.75%)
Mutual labels:  interview, interview-questions
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-51.98%)
Mutual labels:  algorithms, interview-questions
Lib9wada
Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -l9wada
Stars: ✭ 35 (-86.11%)
Mutual labels:  algorithms, data-structures
System Design And Architecture
Learn how to design large-scale systems. Prep for the system design interview.
Stars: ✭ 1,005 (+298.81%)
Mutual labels:  interview, interview-questions
Nativescript Plugin Firebase
🔥 NativeScript plugin for Firebase
Stars: ✭ 990 (+292.86%)
Mutual labels:  google, facebook
Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (+167.86%)
Devops Exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Stars: ✭ 20,905 (+8195.63%)
Mutual labels:  interview, interview-questions
Shellphish
Phishing Tool for 18 social media: Instagram, Facebook, Snapchat, Github, Twitter, Yahoo, Protonmail, Spotify, Netflix, Linkedin, Wordpress, Origin, Steam, Microsoft, InstaFollowers, Gitlab, Pinterest
Stars: ✭ 1,037 (+311.51%)
Mutual labels:  google, facebook
Keyring
Keyring is an authentication framework for WordPress. It comes with definitions for a variety of HTTP Basic, OAuth1 and OAuth2 web services. Use it as a common foundation for working with other web services from within WordPress code.
Stars: ✭ 52 (-79.37%)
Mutual labels:  google, facebook
Ctci Python Solutions
Cracking the Coding Interview in Python 3. The solutions all have detailed explanations with visuals.
Stars: ✭ 1,033 (+309.92%)
Android Interview Questions
Android interview questions with answers. This repo is suitable for an interviewer, interviewee, and for everyone who wants to improve their knowledge skills about android topics.
Stars: ✭ 125 (-50.4%)
Interview
🔖142+张现场纸质面试题集合,对你有用记得点赞
Stars: ✭ 126 (-50%)
Mutual labels:  interview, interview-questions
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (-50%)
Mutual labels:  google, facebook
Leetcode
✏️ 算法相关知识储备 LeetCode with Python and JavaScript 📚
Stars: ✭ 1,713 (+579.76%)
Mutual labels:  interview, data-structures
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (-30.16%)
Mutual labels:  algorithms, data-structures
Data Structure And Algorithm 2017
Chinese University MOOC - Chen Yue, He Qinming - data structure - 2017 spring. Mainly implement the course code on MOOC.
Stars: ✭ 124 (-50.79%)
Mutual labels:  algorithms, data-structures
Rethink C
A reuseable codebase for C Programming Language.
Stars: ✭ 241 (-4.37%)
Mutual labels:  algorithms, data-structures
Numcpp
C++ implementation of the Python Numpy library
Stars: ✭ 2,031 (+705.95%)
Mutual labels:  algorithms, data-structures
Software Engineer Interview Questions
A lot of questions and links to prepare yourself for an interview.
Stars: ✭ 176 (-30.16%)
Mutual labels:  interview, interview-questions
301-360 of 2139 similar projects