Skip to content

Instantly share code, notes, and snippets.

View csierra15's full-sized avatar

Carly Sierra csierra15

View GitHub Profile
@csierra15
csierra15 / csinterviewpractice.md
Last active April 20, 2018 01:06
CS Interview Practice Questions

Binary & Bitwise Operators

Binary Digits

  • What is 2^5 in binary?
  • What is 2^5 - 1 in binary?
  • What is the general rule for binary numbers which are of the form 2^n or 2^n - 1?

Two's Complement

  • Implement a function that takes in an integer and prints out its two's complement value by following the algorithm described above. Hint: to invert the bits of a number you can use the "~" operator. For example ~25 will invert the bits of the integer 25.
One user noted she didn't like clicking on each box to see the projects & that screenshots were too small
One user noted the background image is distorted on small screens
Overall, I received good feedback and that my portfolio looks and feels smooth and professional. I have made some styling changes
to reflect the feedback from my users and am happy with the product.
Even or odd: constant time
Are you here?: polynomial time
Doubler: linear time
Naive Search: linear time
Creating pairs: polynomial time
Computing fibonaccis: linear time
An Efficient Search: logarithmic time
Random element: constant time
Is it prime?: linear time
Plan to implement changes offered in feedback post-graduation.
I think the reviewer had good criticism and ideas to offer for honing in my app a bit more
Repo: https://github.com/csierra15/portfolio
Live: https://csierra15.github.io/portfolio/
@csierra15
csierra15 / gist:16c2bc43d9f23c277fa81e132815f966
Created March 2, 2018 22:50
Static Food Prep App Feedback
Users noted the look and functionality were simple,
which makes sense because not a lot has been added yet.
Some users did not understand what the pantry was for, so
add description for what it's for.
Food Prep
https://gallant-swanson-133f3e.netlify.com/
https://github.com/csierra15/food-prep-client
@csierra15
csierra15 / foodprep.md
Last active February 21, 2018 23:01
Food Prep User Flows and Wire Frams
@csierra15
csierra15 / descopefoodprep.txt
Created February 21, 2018 17:52
Food Prep Descoped
Food Prep: Create a personalized meal plan to gain control over your diet and nourish your healthiest self.
As a user, I should be able to...
1. Sign up / Log into the app *
2. See my homepage with details about the current week's meal plan *
3. Create meal plans for the following weeks/months *
4. Create a shopping list x
5. Add items from my real life pantry to better conceptualize my meals x
6. Save interesting recipes from online or create my own x
@csierra15
csierra15 / foodprep.txt
Last active February 21, 2018 17:49
Food Prep App
Food Prep: Create a personalized meal plan to gain control over your diet and nourish your healthiest self.
As a user, I should be able to...
1. Sign up / Log into the app
2. See my homepage with details about the current week's meal plan
3. Create meal plans for the following weeks/months
4. Create a shopping list
5. Add items from my real life pantry to better conceptualize my meals
6. Save interesting recipes from online or create my own