Code Monkey home page Code Monkey logo

technical_interview_questions's People

Contributors

caltonji avatar dideler avatar kilimchoi avatar mariotti avatar waffle-iron avatar

Watchers

 avatar  avatar

Forkers

waffle-iron

technical_interview_questions's Issues

Find a better way to edit/add algos in json

We can think of a simple shell template or a kinda DB editor. I would not like to invoke mongoDB or the like for this short file. Also in the future, I would like to have this code self-standing.

Create a common data source

Problems:

  • an include with data for most laguages
  • a file read which is really common
    it crosses a bit with timing the codes

Notes: it is easier to copy paste few lines of data input considering that we have short demo data.. then how to enforce it? On a per programming language base? Can we still compare?

Create a template for python codes

Define a template to be used when adding a new algorithm in python. This template is important as it might be used for the other programming languages. Take your time and think over.

Define JSON questions format with all options

We Currently have:

{
"TechQuestions": {
"category": [
{
"catname": "General",
"idC": "C1",
"question": [
{
"ID": "Q1",
"categoryname": "General",
"idC": "C1",
"idCQ": "C1Q1",
"idQ": "Q1",
"title": "Find the most frequent integer in an array"
},

Finally remove the old MD

Make the full system working only on JSON input. Create a list of easy to use editors for JSON. Check if it exists a "simple JSON db" concept which can run at application level and doest require an external server like: mongoDB or JASONiq

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.