Latest videos by hendrix5045

Lucas Tower 7 disks Lucas Tower 7 disks
Posted by: hendrix5045

Video duration: 253 seconds

Me doing the lucas tower puzzle with 7 disks

Related: lucas, tower, zach, niemann, puzzle

Display Video Comments | Hide Video Comments | Add Comment

C++ question C++ question
Posted by: hendrix5045

Video duration: 336 seconds

If you know the answer to my question leave comments explaining it or message me. Thanks guys!

Related: median, question, set, numbers, c++, plus, program, programming, exercise, math, algorithm, zach, niemann, zniemann, hendrix5045, string, output

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 13 - Finding the median of set of numbers C++ Exercise 13 - Finding the median of set of numbers
Posted by: hendrix5045

Video duration: 464 seconds

This programming exercise is finding the median of a set of numbers.

Related: median, set, numbers, c++, plus, program, programming, exercise, math, algorithm, zach, niemann, zniemann, hendrix5045, string, output

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 12 - Inputting words and determining longest and shortest word C++ Exercise 12 - Inputting words and determining longest and shortest word
Posted by: hendrix5045

Video duration: 314 seconds

This program lets the user enter in a series of words and then outputs the longest and shortest words entered.

Related: c++, plus, program, programming, exercise, math, algorithm, zach, niemann, zniemann, hendrix5045, string, strings, longest, shortest, output

Display Video Comments | Hide Video Comments | Add Comment

Shadow Priest DPS on Training Dummy Shadow Priest DPS on Training Dummy
Posted by: hendrix5045

Video duration: 142 seconds

This is me just messing around on the training dummy. If anyone could give me tips on improving my dps that would be greatly appreciated. I realize the legs i'm wearing are healing legs, I got them from 25 voa and haven't found any better. Also the feet are for pvp, I also haven't found anything decent that's not item lvl 200 to replace them with, lol.

Related: shadow, priest, dps, training, dummy, rotation, zniemann, world, of, warcraft, wow

Display Video Comments | Hide Video Comments | Add Comment

C++ Light Bulb Switching Brain Teaser Exercise C++ Light Bulb Switching Brain Teaser Exercise
Posted by: hendrix5045

Video duration: 272 seconds

This is a video response to Sal's Brain Teaser. The link is at the bottom. I just made a program to do any number of light bulbs and tell you how many would be on.
http://www.youtub e.com/user/khanacade my?blend=1&ob=4#play /uploads/0/WNhxkpmVQ Yw

Related: c++, plus, programming, exercise, logic, bool, tutorial, math, brain, teaser, zach, nieman, zniemann, hendrix5045

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 11 - Euclidean Algorithm for finding the GCF C++ Exercise 11 - Euclidean Algorithm for finding the GCF
Posted by: hendrix5045

Video duration: 332 seconds

I show how to write a program to find the Greatest Common Factor using the Euclidean Algorithm. If you haven't watched my math video on the Euclidean Algorithm yet I highly recommend watching it.
Math Euclidean Algorithm for the GCF
http://www.youtub e.com/watch?v=YRojnL 00o8c

Related: c++, plus, program, programming, exercise, math, euclid, euclidean, algorithm, algebra, trig, zach, niemann, zniemann, hendrix5045

Display Video Comments | Hide Video Comments | Add Comment

Finding the GCF using the Euclidean Algorithm Finding the GCF using the Euclidean Algorithm
Posted by: hendrix5045

Video duration: 190 seconds

Demonstrates how to find the Greatest Common Factor using the Euclidean Algorithm.

Related: gcf, gcd, euclid, euclidean, algorithm, math, algebra, trig, trigonometry, divide, zach, niemann, zniemann, hendrix5045

Display Video Comments | Hide Video Comments | Add Comment

C++ Number Sequence Game C++ Number Sequence Game
Posted by: hendrix5045

Video duration: 342 seconds

If you want the source code just leave a comment or send a message like always. DON'T FORGET TO RATE & SUBSCRIBE!!!

Related: number, sequence, game

Display Video Comments | Hide Video Comments | Add Comment

AI Tic Tac Toe AI Tic Tac Toe
Posted by: hendrix5045

Video duration: 223 seconds

My Finite Deterministic AI Tic Tac Toe game, yeah that's right, lol. I stayed up all last night(going to bed at 7 am) working on this game and decided to upload it. The first move the computer makes is always random, after that it runs through a series of patterns to determine the optimal place to play, if you want the source code just message me asking for it. Hope you enjoy :]

Related: ai, artificial, intelligence, finite, deterministic, tic, tac, toe, game, c++, working, source, code, zach, niemann, zniemann, hendrix5045, video, avi

Display Video Comments | Hide Video Comments | Add Comment

Math Tutorial - Deriving the Quadratic Formula Math Tutorial - Deriving the Quadratic Formula
Posted by: hendrix5045

Video duration: 562 seconds

This video teaches how to derive the quadratic formula!! This video requires the knowledge of completing the square....You can obtain this from my previous tutorials on 'completing the square' located below..
Completing the Square part 1 - http://www.youtube.c om/watch?v=HAl_5NPSK ys
Completing the Square part 2 - http://www.youtube.c om/watch?v=1ChptgPD5 -I

Related: zach, niemann, zniemann, hendrix5045, math, tutorial, lesson, practice, problem, quadratic, formula, derive, how, to, find, algebra, college, pre, cal, calculus, trig, trigonometry

Display Video Comments | Hide Video Comments | Add Comment

Math Tutorial - Completing the Square part 2 Math Tutorial - Completing the Square part 2
Posted by: hendrix5045

Video duration: 517 seconds

The second part of how to complete the square of an equation...In the next tutorial I will teach how to derive the quadratic formula...The knowledge gained in 'completing the square' is necessary to derive the quadratic formula so please make sure you understand this before moving on.

Related: zach, niemann, zniemann, hendrix5045, math, tutorial, lesson, algebra, college, pre, cal, calculus, school, home, work, homework, trig, trigonometry, how, to

Display Video Comments | Hide Video Comments | Add Comment

Math Tutorials - Completing the Square part 1 Math Tutorials - Completing the Square part 1
Posted by: hendrix5045

Video duration: 404 seconds

This is part 1 of 2 on how to complete the square as a pre requisite for how to derive the quadratic formula.

Related: zach, niemann, zniemann, hendrix5045, math, tutorial, lesson, college, algebra, trig, trigonometry, pre, calculus, completing, the, square

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 10 - alphabetical order C++ Exercise 10 - alphabetical order
Posted by: hendrix5045

Video duration: 376 seconds

Problem : Write a program that takes in three words or letters and puts them in alphabetical order
link to Argio's vids : http://www.youtube.c om/user/PAArgio

Related: exercise, 10, string, fun, zachniemann.com, program, programming, c++, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice, trigonometry, trig, degrees, radians, theta, triangle, scale, function, alphabetical, order

Display Video Comments | Hide Video Comments | Add Comment

C++ exercise 9 - word rearranging C++ exercise 9 - word rearranging
Posted by: hendrix5045

Video duration: 500 seconds

Problem : Write a program that reads in a sentence entered by the user containing four words, and then outputs the sentence in a different order. Be sure to include a function that displays the instructions to the user.

Related: exercise, string, fun, zachniemann.com, program, programming, c++, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice, trigonometry, trig, degrees, radians, theta, triangle, scale, function

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 7 - Scale Function C++ Exercise 7 - Scale Function
Posted by: hendrix5045

Video duration: 368 seconds

Problem : Write a function 'scale' that multiplies its first argument by 10 raised to the power indicated by its second argument.

Related: zachniemann.com, program, programming, c++, exercise, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice, trigonometry, trig, degrees, radians, theta, triangle, scale, function

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 6 - missing triangle side C++ Exercise 6 - missing triangle side
Posted by: hendrix5045

Video duration: 402 seconds

Problem : Find the missing side of a triangle given two sides and the degrees 'theta' in between the sides.

Related: zachniemann.com, program, programming, c++, exercise, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice, trigonometry, trig, degrees, radians, theta, triangle

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 5 - distance formula C++ Exercise 5 - distance formula
Posted by: hendrix5045

Video duration: 421 seconds

Write a complete program that prompts the user for the Cartesian coordinates of two points (x1,y1) and (x2,y2) and displays the distance between them computed using distance formula.

Related: zachniemann.com, program, programming, c++, exercise, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 4 - car problem 2 C++ Exercise 4 - car problem 2
Posted by: hendrix5045

Video duration: 353 seconds

Problem : Calculate the estimated cost of a trip given the distance of the trip, the estimated number of miles per gallon, and the average cost of a gallon of gasoline.

Related: program, programming, c++, exercise, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 3 - car problem 1 C++ Exercise 3 - car problem 1
Posted by: hendrix5045

Video duration: 381 seconds

Problem : Write a program that computes the number of miles you can drive a car given the estimated number of miles per gallon and the number of gallons of gas you purchased as input data. Also compute and display the cost of the gasoline based on the cost per gallon.

Related: program, programming, c++, exercise, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 2 - Solve Equation for f C++ Exercise 2 - Solve Equation for f
Posted by: hendrix5045

Video duration: 602 seconds

I give an equation at the beginning and you have to solve for f

Related: program, programming, c++, exercise, exercises, lesson, tutorial, teach, equation, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice

Display Video Comments | Hide Video Comments | Add Comment

C++ Exercise 1 - logic problem C++ Exercise 1 - logic problem
Posted by: hendrix5045

Video duration: 499 seconds

The first programming exercise. Problem : Determine the total cost of apples given the number of pounds of apples purchased and the cost per pound of apples.

Related: program, programming, c++, exercise, exercises, lesson, tutorial, teach, applicable, tutor, zach, niemann, zniemann, hendrix5045, education, math, practice

Display Video Comments | Hide Video Comments | Add Comment

Variable Equations part 3 Variable Equations part 3
Posted by: hendrix5045

Video duration: 160 seconds

How to solve the last type of variable equation

Related: variable, equation, math, zach, niemann, hendrix5045, zniemann, education, lesson, learn, tutorial, algebra, trig, pre, calculus

Display Video Comments | Hide Video Comments | Add Comment

 
 

Golf Related Videos

You like it? Share it!

Social Bookmarking Social Bookmarking







Guaranteed to Cut 7 Strokes from Your Score
Golf videos :: Videos are copyright their respective owners :: Feedback powered by: Customer Feedback