资源详情

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

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。