All Projects → CodingNinjasCodes → InterQues

CodingNinjasCodes / InterQues

Licence: MIT License
Let's find the list of questions and collaborate

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to InterQues

Daily Coding Problem
Solutions for Daily Coding Problem.
Stars: ✭ 300 (+305.41%)
Mutual labels:  programming, interview-questions
Awesome Scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Stars: ✭ 36,688 (+49478.38%)
Mutual labels:  programming, interview-questions
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (+313.51%)
Mutual labels:  programming, interview-questions
awesome-interview
剑指前端 Offer
Stars: ✭ 1,509 (+1939.19%)
Mutual labels:  programming, interview-questions
Software Engineer Interview Questions
A lot of questions and links to prepare yourself for an interview.
Stars: ✭ 176 (+137.84%)
Mutual labels:  programming, interview-questions
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+32760.81%)
Mutual labels:  programming, interview-questions
Cs Fundamentals
🎓 Data structures and algorithms
Stars: ✭ 869 (+1074.32%)
Mutual labels:  programming, interview-questions
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (+64.86%)
Mutual labels:  programming, interview-questions
Android Cheat Sheet
Cheat Sheet for Android Interviews
Stars: ✭ 1,891 (+2455.41%)
Mutual labels:  programming, interview-questions
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (+94.59%)
Mutual labels:  programming, interview-questions
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (-27.03%)
Mutual labels:  programming, interview-questions
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+208898.65%)
Mutual labels:  programming, interview-questions
one-note-a-day
编程每日一题:每天一道精选面试或编程题,180秒内语音答题模式凝练答案。次日推送标准参考答案至群内供大家复盘,做到事事有回音,题题有答案。
Stars: ✭ 70 (-5.41%)
Mutual labels:  programming, interview-questions
hackfastalgos
A library of various fast algorithms written in Hack
Stars: ✭ 34 (-54.05%)
Mutual labels:  interview-questions
Python
Repository for Python codes and algos. Star the repo too.
Stars: ✭ 102 (+37.84%)
Mutual labels:  interview-questions
30-seconds-of-angular
Curated collection of Angular snippets that you can understand in 30 seconds or less
Stars: ✭ 24 (-67.57%)
Mutual labels:  programming
epi
😬 Hours upon hours upon hours of awful interview prep
Stars: ✭ 16 (-78.38%)
Mutual labels:  interview-questions
fun-rec
推荐系统入门教程,在线阅读地址:https://datawhalechina.github.io/fun-rec/
Stars: ✭ 1,367 (+1747.3%)
Mutual labels:  interview-questions
Java-Rule-Book
Basic concepts of Java to answer any question about how Java works
Stars: ✭ 36 (-51.35%)
Mutual labels:  interview-questions
iOS-Interview
📚 Comprehensive list of questions and problems to pass an interview for the iOS Developer position
Stars: ✭ 127 (+71.62%)
Mutual labels:  interview-questions

InterQues (https://codingninjascodes.github.io/InterQues)

This is a collaborative repository aimed at getting tech interview questions and obviously their solutions. This will be written in plain HTML (we might later introduce CSS), although the interview questions could be from any domain.

What's amazing?

It's going to be completely compiled by our students!

Index

How it works?

This is started as a learning project for students who are looking for a complete list of interview questions. One question can have only one correct answer You can add a question (with an answer), suggest changes.

Contribution guidelines / Steps

For making any changes (from your local system), just following the following steps

  • fork this repository into your github account (create one if you don't have it yet)
  • clone it to your system (git clone )
  • in the terminal run git remote add upstream https://github.com/CodingNinjasCodes/InterQues.git (this is for taking a fresh update of the code anytime in the future)
  • create a new branch from the Branch Types below
  • IMPORTANT STEP: get the updated code, run command git pull upstream development in terminal
  • make the changes, commit and push them to your forked repository
  • create a pull request (mark an issue if it resolves one)
Branch Types
  • doc-branch name (Changes to documentation)
  • newq-branch name (For adding a new question)
  • correction-branch name (Making a correction to an answer/question)
  • upvote-branch name (Once you upvote a question)
  • hotfix-branch name (fixing something if it doesn't work)
  • struct-branch name (for structural additions/changes)

Installing Git

  • Download Git setup for your operating system and install it.
  • To check whether Git is installed on your system, open cmd on Windows / terminal on Mac.
  • Run command git --version and it should display the version of Git installed.

Cloning the repository using VS Code

  • Open VS Code.
  • Go to View > Terminal.
  • To clone the repo to your desktop, change the directory to desktop by running the command cd desktop.
  • In the terminal, run git clone https://github.com/CodingNinjasCodes/InterQues.git.
  • A folder/directory should be created on your desktop.
  • Open that folder in VS Code, go to File > Open.
  • Now you're good to go!

Support

  • For support, please create an issue regarding the same. We will help you out there.
  • To create an issue, go to the Issues tab, then select New issue.

Code of conduct

Respect fellow developers, everyone might be at a different stage of skill levels Encourage fellow developers, pass on an opportunity to them, if they've asked something simple, just point them to the right direction in as polite a manner as possible Thank fellow developers if they help you out in any way.

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].