Giter Site home page Giter Site logo

code-challenges's Introduction

Technical Interview Prep

I'm doing a couple things to improve my problem-solving and technical interviewing skills:

Problems I've done so far:

  • Remote ABCS: 10 = 5 + 5
  • In-person ABCS: 6 = 4 + 2

What I've learned

  • What is a virtual function? A function in the global scope, a function accessible to other code such as other functions and variables. Virtual function is the same as a virtual method. In other words it is a method within a class.

  • Virtual function

  • I learned a strategy I can use to solve a problem I've never done before: come up with a few simple test cases, run through them, type out the output at each, talk out loud about the decisions I'm making, when I start to see check if .. and repeated things I know that can be identified as structures (loops and conditionals). After that I can write in statements what I'm doing (as an outline/ pseudocode), taking something out and write more statements for it if need be then translate statements into Python.

  • Python Visualize

  • To practice a new language one can create the functions, use the statements they read/find in documentation

  • Python Docs for Break

  • Ord() translates individual characters into their ASCII values

  • ASCII Table

  • "Experiment with functions and getting its output, you won't be able to do this during an interview but while your solving problems especially for the first time do worry to try to figure it out in your head, use repl.it that is what is there for." - Liz Howard

  • An algorithm has a linear running time when the number of operations only grow in relation to the input. Sets can make filtering data easier because it can search for, add and remove an element in constant time (one operation). Additionally, I can analyze the time complexity for a solution by identifying the lines in the algorithm where the number of operations grow in respect to given input n.

code-challenges's People

Contributors

campbellmarianna avatar

Watchers

James Cloos avatar

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.