EugeneKramer / cs-technical-curriculum-public

Public facing version of CS technical curriculum that gets delivered to students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💥 Career Services: Technical Interviewing Curriculum Materials

Welcome! 👋

In this repository, you will find access to technical interviewing materials, coding challenges, and other resources to help you better prepare for the technical interview.

Contents

  1. Algorithm challenges
  2. Application development challenges
  3. Workshop materials
    • Slideshow
    • Lesson plan
    • Suggested coding challenge

How to Use

You are welcome to use this distribution of materials in any way you like. A couple of suggestions, though:

  • Work through each of the algorithm challenges, targeting the subject matter you feel weakest in
  • Use the workshop materials to review slides and the accompanying challenges

Each algorithm challenge contains four files, they should be used in the following order:

  1. Unsolved... use this has your working file
  2. Pseudocode... use this to review your pseudocode
  3. Solved... use this to review a simple or logical solution
  4. Optimized... use this to review an optimized or more refined version of the solution

What if I spot an issue?

If you notice an issue or have a correction/refinement to any of the materials, please create an issue in the repository. This will be the quickest way to get the attention of our development team to work on it. Alternatively, you can issue a pull request against the repository with your correction.

Who to contact?

If you have any questions, you can reach out to Alec Down at adown@trilogyed.com or Mariam Sallam at msallam@trilogyed.com, and we'll try to get back to you as soon as possible.

About

Public facing version of CS technical curriculum that gets delivered to students


Languages

Language:JavaScript 87.2%Language:HTML 9.7%Language:CSS 3.1%