Deleting from a BST / Shell Scripting / Applying for a Job
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=xiaZtCfoYVE
Today we talked about three very different things:
1) How to delete from a binary search tree (there's a lot of different cases that all have to be covered)
2) How to do UNIX Shell Scripting. At the easiest level, make a text file with all the commands you want to run, and then chmod u+x the file, then you can run it like a program, except it'll just run each line in the file like you typed it.
3) Applying for a job. The tech industry is hiring a lot right now, so I went over some general tips for applying for Junior dev positions and resume/interview advice
Other Videos By Bill Kerney
2022-03-21 | Algorithmic Bias / The Scientific Method |
2022-03-18 | C++ Sets/Maps/Unordered Sets/Unordered Maps, Chrono, GTest TDD |
2022-03-18 | Social Issues in Computer Science II: Race and Ethnicity |
2022-03-16 | GDB - The GNU Debugger |
2022-03-16 | Social Impact of Computer Science |
2022-03-16 | Linear Transformation Matrix Math |
2022-03-14 | Debugging |
2022-03-14 | Cognitive Biases Part III |
2022-03-11 | Templates + Rant on Template Substitution Errors |
2022-03-11 | Cognitive Biases II |
2022-03-09 | Deleting from a BST / Shell Scripting / Applying for a Job |
2022-03-09 | Privacy, Cognitive Biases I |
2022-03-09 | Radial Damage weapons |
2022-03-09 | Barycentric Coordinates + Z-Buffering |
2022-03-07 | Binary Search Trees II |
2022-03-07 | Fallacies Part IV - |
2022-03-02 | Fallacies Part III |
2022-03-01 | Animating a Character in Unreal Engine using Mixamo |
2022-02-28 | Big O (Part II) + Binary Search Trees |
2022-02-28 | Fallacies Part I |
2022-02-25 | ACM Workshop: Python Workshop 2 |
Tags:
csci 41
binary search tree delete
shell scripting
applying for a job
cracking the coding interview