Community Profile

photo

thoughtGarden


BYU, Raytheon, General Atomics, Fluidra

Last seen: 6 months ago Active since 2016

All human wisdom is contained in these two words - Wait and Hope

Programming Languages:
Python, C++, C, MATLAB, Arduino
Spoken Languages:
English

Statistics

All
  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Content Feed

View by

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

4 years ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

4 years ago

Solved


DNA N-Gram Distribution
Given a string s and a number n, find the most frequently occurring n-gram in the string, where the n-grams can begin at any poi...

4 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago