josephthweatt / Interview-Questions-Solutions

A repository for all of the online interview questions I solved

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode-Solutions

This is a repository for ASU students in CS related majors to share solutions for leetcode questions. Solutions can be in any language and designed in any particular fashion.

Current Members


Guidelines for adding solutions


  • Files should be given the same title as the question

  • Create your own branch and add your solutions there. Then, merge your changes into the main branch when you are ready to discuss your work.

  • In each solution, put your name, the runtime of the code, and the question description in the header.

    /******************************************************************
    * Written by: [your name]
    * Runtime: [time in milliseconds]
    * Given a list of unique words. Find all pairs of distinct indices 
    * (i, j) in the given list, so that the concatenation of the two 
    * words, i.e. words[i] + words[j] is a palindrome.
    ********************************************************************/

About

A repository for all of the online interview questions I solved


Languages

Language:Java 40.0%Language:C 18.8%Language:C++ 18.2%Language:JavaScript 10.3%Language:Python 9.9%Language:Shell 2.8%