TeamTreehouse - Computer Science Basics (Track) [Thomas]

Torrent Hash:
69858933EF6010E8B333CEFFD4484342FF7FA913
Number of Files:
100
Content Size:
885.52MB
Convert On:
2022-08-10
Magnet Link:
W3siaWQiOiJhZHN0X2JfTV8zMDB4NTAiLCJhZHNwb3QiOiJiX01fMzAweDUwIiwid2VpZ2h0IjoiNSIsImZjYXAiOmZhbHNlLCJzY2hlZHVsZSI6ZmFsc2UsIm1heFdpZHRoIjoiNzY4IiwibWluV2lkdGgiOmZhbHNlLCJ0aW1lem9uZSI6ZmFsc2UsImV4Y2x1ZGUiOmZhbHNlLCJkb21haW4iOmZhbHNlLCJjb2RlIjoiPHNjcmlwdCB0eXBlPVwidGV4dFwvamF2YXNjcmlwdFwiPlxyXG4gIGF0T3B0aW9ucyA9IHtcclxuICAgICdrZXknIDogJzdkMWNjMGUxYjk4MWM5NzY4ZGI3ODUxZmM1MzVhMTllJyxcclxuICAgICdmb3JtYXQnIDogJ2lmcmFtZScsXHJcbiAgICAnaGVpZ2h0JyA6IDUwLFxyXG4gICAgJ3dpZHRoJyA6IDMyMCxcclxuICAgICdwYXJhbXMnIDoge31cclxuICB9O1xyXG4gIGRvY3VtZW50LndyaXRlKCc8c2NyJyArICdpcHQgdHlwZT1cInRleHRcL2phdmFzY3JpcHRcIiBzcmM9XCJodHRwJyArIChsb2NhdGlvbi5wcm90b2NvbCA9PT0gJ2h0dHBzOicgPyAncycgOiAnJykgKyAnOlwvXC93d3cuYm5odG1sLmNvbVwvaW52b2tlLmpzXCI+PFwvc2NyJyArICdpcHQ+Jyk7XHJcbjxcL3NjcmlwdD4ifV0=
File Name
Size
02. Introduction to Computer Science/Introduction to Computer Science.webm
74.81MB
README.txt
2.25KB
TeamTreehouse - Computer Science Basics (Track) [Thomas].jpg
160.7KB
TeamTreehouse - Computer Science Basics (Track) [Thomas].png
422.8KB
01. Hello Computer Science/01. Hello World!.webm
21.91MB
01. Hello Computer Science/02. History of Computers and the Internet.webm
24.31MB
01. Hello Computer Science/03. Computer Components.webm
27.44MB
01. Hello Computer Science/04. Bits and Bytes.webm
11.45MB
01. Hello Computer Science/05. Data Types.webm
13.87MB
01. Hello Computer Science/06. Introduction to Programming.webm
12.51MB
01. Hello Computer Science/Hello Computer Science.md
1.53KB
02. Introduction to Computer Science/Introduction to Computer Science.md
812B
Computer Science Basics.md
3.08KB
03. Introduction to Algorithms/Introduction to Algorithms.md
5.41KB
03. Introduction to Algorithms/01. Playing a Counting Game/01. What Is an Algorithm.webm
25.91MB
03. Introduction to Algorithms/01. Playing a Counting Game/02. Guess the Number.webm
36.32MB
03. Introduction to Algorithms/01. Playing a Counting Game/03. Defining an Algorithm.webm
28.54MB
03. Introduction to Algorithms/01. Playing a Counting Game/04. Evaluating Linear Search.webm
25.29MB
03. Introduction to Algorithms/01. Playing a Counting Game/05. Evaluating Binary Search.webm
14MB
03. Introduction to Algorithms/02. Time Complexity/01. Efficiency of an Algorithm.webm
17.2MB
03. Introduction to Algorithms/02. Time Complexity/02. Constant and Logarithmic Time.webm
14.89MB
03. Introduction to Algorithms/02. Time Complexity/03. Linear & Quadratic Time.webm
15.14MB
03. Introduction to Algorithms/02. Time Complexity/04. Quasilinear Time.webm
5.43MB
03. Introduction to Algorithms/02. Time Complexity/05. Exponential Time.webm
19.16MB
03. Introduction to Algorithms/02. Time Complexity/06. Determining Complexity.webm
21.73MB
03. Introduction to Algorithms/03. Algorithms in Code/01. Linear Search in Code.webm
16.7MB
03. Introduction to Algorithms/03. Algorithms in Code/02. Linear Search Implementations.md
4.53KB
03. Introduction to Algorithms/03. Algorithms in Code/03. Binary Search in Code.webm
16.61MB
03. Introduction to Algorithms/03. Algorithms in Code/04. Recursive Binary Search.webm
20.6MB
03. Introduction to Algorithms/03. Algorithms in Code/05. Binary Search Implementations.md
8.14KB
03. Introduction to Algorithms/03. Algorithms in Code/Project Files/algorithms_in_code.zip
18.02KB
03. Introduction to Algorithms/04. Recursion and Space Complexity/01. Recursive Functions.webm
8.96MB
03. Introduction to Algorithms/04. Recursion and Space Complexity/02. Space Complexity.webm
13.89MB
03. Introduction to Algorithms/04. Recursion and Space Complexity/03. Recap.webm
15.59MB
04. Recommended Content Beginning Python/Recommended Content Beginning Python.md
833B
05. Algorithms Sorting and Searching/Algorithms Sorting and Searching.md
3.86KB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/01. Sorting and Searching.webm
6.62MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/02. Bogosort.webm
8.4MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/03. Code for Bogosort.md
6.69KB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/04. Selection Sort.webm
10.1MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/05. Code for Selection Sort.md
5.19KB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/06. Getting the Run Time of a Program.webm
7.24MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/07. Recursion.webm
15.19MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/08. Quicksort.webm
8.91MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/09. Implementing Quicksort.webm
11.99MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/10. Code for Quicksort.md
7.62KB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/11. Merge Sort.webm
12.04MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/12. Code for Merge Sort.md
6.45KB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/13. Actual Run Time for Sorting Algorithms.webm
4.03MB
05. Algorithms Sorting and Searching/01. Sorting Algorithms/14. Big-O Run Times of Sorting Algorithms.webm
9.43MB
05. Algorithms Sorting and Searching/02. Searching Names/01. Linear Search.webm
9.3MB
05. Algorithms Sorting and Searching/02. Searching Names/02. Code for Linear Search.md
7.54KB
05. Algorithms Sorting and Searching/02. Searching Names/03. Sorting Names.webm
3.83MB
05. Algorithms Sorting and Searching/02. Searching Names/04. Binary Search.webm
10.73MB
05. Algorithms Sorting and Searching/02. Searching Names/05. Code for Binary Search.md
10.37KB
05. Algorithms Sorting and Searching/02. Searching Names/06. Timing Our Search Scripts.webm
2.07MB
05. Algorithms Sorting and Searching/02. Searching Names/07. Big O Runtime of Search Algorithms.webm
2.35MB
06. Introduction to Data Structures/Introduction to Data Structures.md
6.91KB
06. Introduction to Data Structures/01. Exploring Arrays/01. Introduction.webm
16.26MB
06. Introduction to Data Structures/01. Exploring Arrays/02. Array Basics.webm
14.72MB
06. Introduction to Data Structures/01. Exploring Arrays/03. Array Characteristics and Storage.md
5.42KB
06. Introduction to Data Structures/01. Exploring Arrays/04. Accessing a Value in an Array.webm
12.11MB
06. Introduction to Data Structures/01. Exploring Arrays/05. Array Search, Insert and Delete.webm
17.41MB
06. Introduction to Data Structures/01. Exploring Arrays/06. Operations on Arrays.md
7.13KB
06. Introduction to Data Structures/01. Exploring Arrays/Project Files/DataStructures-S1V3.zip
1.01KB
06. Introduction to Data Structures/01. Exploring Arrays/Project Files/DataStructures-S1V4.zip
1.16KB
06. Introduction to Data Structures/02. Building a Linked List/01. What Is a Linked List.webm
24.92MB
06. Introduction to Data Structures/02. Building a Linked List/02. Singly and Doubly Linked Lists.md
1.76KB
06. Introduction to Data Structures/02. Building a Linked List/03. Adding Nodes to a Linked List.webm
13.84MB
06. Introduction to Data Structures/02. Building a Linked List/04. Implementing Search.webm
7.1MB
06. Introduction to Data Structures/02. Building a Linked List/05. Inserting a Node.webm
12.23MB
06. Introduction to Data Structures/02. Building a Linked List/06. Removing a Node.webm
13.69MB
06. Introduction to Data Structures/02. Building a Linked List/07. Linked Lists Operations.md
9.78KB
06. Introduction to Data Structures/02. Building a Linked List/Project Files/DataStructures-S2V1.zip
2.24KB
06. Introduction to Data Structures/02. Building a Linked List/Project Files/DataStructures-S2V2.zip
2.41KB
06. Introduction to Data Structures/02. Building a Linked List/Project Files/DataStructures-S2V3.zip
2.5KB
06. Introduction to Data Structures/02. Building a Linked List/Project Files/DataStructures-S2V4.zip
2.65KB
06. Introduction to Data Structures/02. Building a Linked List/Project Files/DataStructures-S2V5.zip
2.75KB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/01. Merge Sort.webm
16.7MB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/02. Splitting Into Sublists.webm
6MB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/03. Recursively Merging Sublists.webm
11.33MB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/04. Merge Sort Implementations.md
6.69KB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/05. Ensuring the Correctness of Merge Sort.webm
10.43MB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/06. Evaluating the Runtime of Merge Sort.webm
12.99MB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/07. Alternate Versions of Merge Sort.md
8.55KB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/Project Files/DataStructures-S3V1.zip
3.5KB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/Project Files/DataStructures-S3V2.zip
3.57KB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/Project Files/DataStructures-S3V3.zip
3.69KB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/Project Files/DataStructures-S3V4.zip
3.79KB
06. Introduction to Data Structures/03. The Merge Sort Algorithm/Project Files/DataStructures-S3V5.zip
3.83KB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/01. The Merge Function.webm
10.43MB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/02. The Divide Step.webm
11.67MB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/03. The Conquer Step.webm
20.34MB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/04. Evaluating the Runtime.webm
15.37MB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/05. Implementing Merge Sort on Linked Lists.md
3.45KB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/06. Recap.webm
12.73MB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/Project Files/DataStructures-S4V1.zip
7.35KB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/Project Files/DataStructures-S4V2.zip
7.52KB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/Project Files/DataStructures-S4V3.zip
8.02KB
06. Introduction to Data Structures/04. Merge Sort and Linked Lists/Project Files/DataStructures-S4V4.zip
8.21KB

Latest Search:

W3siaWQiOiJhZHN0X2JfTV8zMDB4NTAiLCJhZHNwb3QiOiJiX01fMzAweDUwIiwid2VpZ2h0IjoiNSIsImZjYXAiOmZhbHNlLCJzY2hlZHVsZSI6ZmFsc2UsIm1heFdpZHRoIjoiNzY4IiwibWluV2lkdGgiOmZhbHNlLCJ0aW1lem9uZSI6ZmFsc2UsImV4Y2x1ZGUiOmZhbHNlLCJkb21haW4iOmZhbHNlLCJjb2RlIjoiPHNjcmlwdCB0eXBlPVwidGV4dFwvamF2YXNjcmlwdFwiPlxyXG4gIGF0T3B0aW9ucyA9IHtcclxuICAgICdrZXknIDogJzdkMWNjMGUxYjk4MWM5NzY4ZGI3ODUxZmM1MzVhMTllJyxcclxuICAgICdmb3JtYXQnIDogJ2lmcmFtZScsXHJcbiAgICAnaGVpZ2h0JyA6IDUwLFxyXG4gICAgJ3dpZHRoJyA6IDMyMCxcclxuICAgICdwYXJhbXMnIDoge31cclxuICB9O1xyXG4gIGRvY3VtZW50LndyaXRlKCc8c2NyJyArICdpcHQgdHlwZT1cInRleHRcL2phdmFzY3JpcHRcIiBzcmM9XCJodHRwJyArIChsb2NhdGlvbi5wcm90b2NvbCA9PT0gJ2h0dHBzOicgPyAncycgOiAnJykgKyAnOlwvXC93d3cuYm5odG1sLmNvbVwvaW52b2tlLmpzXCI+PFwvc2NyJyArICdpcHQ+Jyk7XHJcbjxcL3NjcmlwdD4ifV0=
W3siaWQiOiJhZHN0X2JfUE9QVU5ERVIiLCJhZHNwb3QiOiJiX1BPUFVOREVSIiwid2VpZ2h0IjoiNTkiLCJmY2FwIjoiMiIsInNjaGVkdWxlIjpmYWxzZSwibWF4V2lkdGgiOmZhbHNlLCJtaW5XaWR0aCI6Ijc2OCIsInRpbWV6b25lIjpmYWxzZSwiZXhjbHVkZSI6ZmFsc2UsImRvbWFpbiI6ZmFsc2UsImNvZGUiOiI8c2NyaXB0IHR5cGU9J3RleHRcL2phdmFzY3JpcHQnIHNyYz0nXC9cL2luY3JlYXNpbmdseWNvY2tyb2FjaHBvbGljeS5jb21cL2RlXC9jOFwvZjRcL2RlYzhmNGVmM2MyZGU4NDVhN2FkNDAwZmVlYTc4MGUzLmpzJz48XC9zY3JpcHQ+In0seyJpZCI6ImNsaWNfYl9QT1BVTkRFUiIsImFkc3BvdCI6ImJfUE9QVU5ERVIiLCJ3ZWlnaHQiOiI2MCIsImZjYXAiOiIyIiwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IiJ9LHsiaWQiOiJqYXZfYl9QT1BVTkRFUiIsImFkc3BvdCI6ImJfUE9QVU5ERVIiLCJ3ZWlnaHQiOiI1MiIsImZjYXAiOiIxIiwic2NoZWR1bGUiOmZhbHNlLCJtYXhXaWR0aCI6ZmFsc2UsIm1pbldpZHRoIjpmYWxzZSwidGltZXpvbmUiOmZhbHNlLCJleGNsdWRlIjpmYWxzZSwiZG9tYWluIjpmYWxzZSwiY29kZSI6IjxzY3JpcHQ+XHJcbiQoZG9jdW1lbnQuYm9keSkub24oXCJjbGlja1wiLCBmdW5jdGlvbihldmVudCkge1xyXG4gIHdpbmRvdy5vcGVuKFwiaHR0cHM6XC9cL3RlbGxtZS5wd1wvZ29cL2phdlwiKTtcclxuICAkKHRoaXMpLm9mZihcImNsaWNrXCIpO1xyXG59KTtcclxuPFwvc2NyaXB0PiJ9XQ==