hallie / Interview-Prep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is just a mix of interview questions that I have either received or used to practice.

patternFinder - Given a pattern ('abba') determine whether or not a string ('blueredredblue') follows it. I failed initially, but figured it out after the fact. Probably not as efficient as it could be.

queue - creating a basic queue in C++. Enqueue/Dequeue

About


Languages

Language:Python 67.7%Language:C++ 32.3%