FileMood

Download GetFreeCourses.Co-Udemy-The Complete Lua Programming Course From Zero to Expert

GetFreeCourses Co Udemy The Complete Lua Programming Course From Zero to Expert

Name

GetFreeCourses.Co-Udemy-The Complete Lua Programming Course From Zero to Expert

 DOWNLOAD Copy Link

Total Size

3.3 GB

Total Files

214

Last Seen

2024-07-23 00:03

Hash

73AD83C6F728C92C877E5405CD86267F3A403412

/1 - Course Introduction/

1 - Introduction to Lua.mp4

10.9 MB

1 - Introduction-to-Lua.pdf

156.9 KB

2 - How-to-Install-Lua-on-Windows.pdf

323.2 KB

2 - Installing Lua on Windows.mp4

39.6 MB

3 - How-to-Install-Lua-on-Linux.pdf

249.1 KB

3 - Installing Lua on Linux.mp4

21.3 MB

4 - Installing Lua on MacOS.mp4

8.0 MB

5 - Interlude Factorial Computation.mp4

90.0 MB

5 - Interlude-Factorial-Computation.pdf

285.2 KB

/10 - Stacks/

36 - Introduction to Stacks.mp4

6.3 MB

36 - Introduction-to-Stacks.pdf

563.1 KB

37 - Implementation of Stacks.mp4

9.9 MB

37 - Implementation-of-Stacks.pdf

158.2 KB

37 - stack.lua

0.4 KB

/11 - Solved Problems Stacks/

38 - Introduction to the Section.mp4

1.5 MB

39 - Problem 1 Palindromic Sequence.mp4

22.2 MB

39 - Problem-1-Stacks.pdf

248.9 KB

39 - palindrome.lua

0.4 KB

40 - Important Considerations.mp4

16.4 MB

40 - Problem-1-Stacks.pdf

248.9 KB

40 - palindrome.lua

0.4 KB

41 - Problem 2 Parenthesization Evaluation.mp4

72.3 MB

41 - Problem-2-Stacks.pdf

186.8 KB

41 - parenthesis.lua

0.7 KB

42 - Problem 3 Smaller on the Left.mp4

39.6 MB

42 - Problem-3-Stacks.pdf

200.8 KB

42 - smaller.lua

0.6 KB

/12 - Queues/

43 - Introduction to Queues.mp4

14.2 MB

43 - Introduction-to-Queues.pdf

159.8 KB

44 - Implementation of Queues.mp4

40.2 MB

44 - Implementation-of-Queues.pdf

154.0 KB

44 - queue.lua

0.8 KB

/13 - Solved Problems Queues/

45 - Problem 1 Binary Numbers.mp4

13.3 MB

45 - Problem-1-Queues.pdf

181.5 KB

45 - binary.lua

0.3 KB

46 - Problem 2 Hot Potato Game.mp4

48.4 MB

46 - Problem-2-Queues.pdf

196.5 KB

46 - hotPotato.lua

0.7 KB

47 - Problem 3 Number Matcher.mp4

26.9 MB

47 - Problem-3-Queues.pdf

189.4 KB

47 - match.lua

0.4 KB

GetFreeCourses.Co.url

0.1 KB

How you can help GetFreeCourses.Co.txt

0.2 KB

/14 - Dictionaries Maps/

48 - Introduction to Dictionaries.mp4

10.3 MB

48 - Introduction-to-Dictionaries.pdf

245.5 KB

49 - Implementation of Dictionaries.mp4

20.4 MB

49 - Implementation-of-Dictionaries.pdf

150.1 KB

49 - map.lua

0.6 KB

/15 - Solved Problems Dictionaries Maps/

50 - Problem 1 Casino.mp4

69.6 MB

50 - Problem-1-Dictionaries.pdf

177.0 KB

50 - casino.lua

1.7 KB

51 - Problem 2 Bag of Words.mp4

147.6 MB

51 - Problem-2-Dictionaries.pdf

173.5 KB

51 - bag.lua

1.4 KB

52 - Problem 3 Codes.mp4

20.5 MB

52 - Problem-3-Dictionaries.pdf

178.2 KB

52 - codes.lua

0.6 KB

/16 - Sets/

53 - Introduction to Sets.mp4

6.6 MB

53 - Introduction-to-Sets.pdf

158.2 KB

54 - Implementation of Sets.mp4

26.5 MB

54 - Implementation-of-Sets.pdf

154.9 KB

54 - set.lua

0.6 KB

GetFreeCourses.Co.url

0.1 KB

How you can help GetFreeCourses.Co.txt

0.2 KB

/17 - Solved Problems Sets/

55 - Problem 1 Unique Elements.mp4

14.3 MB

55 - Problem-1-Sets.pdf

170.6 KB

55 - unique.lua

0.3 KB

56 - Problem 2 Common Elements.mp4

32.0 MB

56 - Problem-2-Sets.pdf

170.8 KB

56 - common.lua

0.9 KB

57 - Problem 3 Marine Species.mp4

125.8 MB

57 - Problem-3-Sets.pdf

474.5 KB

57 - marine.lua

1.4 KB

/18 - Binary Trees/

58 - Introduction to Binary Trees.mp4

8.9 MB

58 - Introduction-to-Binary-Trees.pdf

156.9 KB

59 - Implementation of Binary Trees.mp4

36.6 MB

59 - Implementation-of-Binary-Trees.pdf

156.0 KB

59 - bintree.lua

0.5 KB

/19 - Solved Problems Binary Trees/

60 - Problem 1 Size.mp4

44.6 MB

60 - Problem-1-Binary-Trees.pdf

314.9 KB

60 - size.lua

0.8 KB

61 - Problem 2 Height.mp4

22.9 MB

61 - Problem-2-Binary-Trees.pdf

320.4 KB

61 - height.lua

1.0 KB

62 - Problem 3 Equivalent Trees.mp4

40.1 MB

62 - Problem-3-Binary-Trees.pdf

319.9 KB

62 - equal.lua

1.4 KB

63 - Problem 4 Isomorphism.mp4

59.8 MB

63 - Problem-4-Binary-Trees.pdf

191.6 KB

63 - isomorphism.lua

1.5 KB

64 - Problem 5 Preorder Traversal.mp4

26.8 MB

64 - preorder.lua

0.9 KB

65 - Problem 6 Postorder Traversal.mp4

25.7 MB

65 - Problem-6-Binary-Trees.pdf

220.2 KB

65 - postorder.lua

0.9 KB

66 - Problem 7 Inorder Traversal.mp4

33.5 MB

66 - Problem-7-Binary-Trees.pdf

227.5 KB

66 - inorder.lua

1.0 KB

67 - Problem 8 Minimum Value.mp4

29.2 MB

67 - Problem-8-Binary-Trees.pdf

296.1 KB

67 - minimum.lua

1.1 KB

68 - Problem 9 Root to Leaf Paths.mp4

46.0 MB

68 - Problem-9-Binary-Trees.pdf

258.3 KB

68 - rootleaf.lua

1.1 KB

GetFreeCourses.Co.url

0.1 KB

How you can help GetFreeCourses.Co.txt

0.2 KB

/2 - Basic Fundamentals/

6 - Lexical Conventions.mp4

43.3 MB

6 - Lexical-Conventions.pdf

264.6 KB

7 - Types and Values.mp4

26.5 MB

7 - Types-and-Values.pdf

354.1 KB

8 - Booleans and Logical Operators.mp4

87.9 MB

8 - Booleans-and-Logical-Operators.pdf

260.6 KB

9 - Input and Output.mp4

6.8 MB

9 - Input-and-Output.pdf

162.3 KB

9 - code.lua

0.1 KB

/20 - Graphs/

69 - Introduction to Graphs.mp4

5.5 MB

69 - Introduction-to-Graphs.pdf

494.8 KB

70 - Representation of a Graph.mp4

32.3 MB

70 - Representation-of-a-Graph.pdf

562.5 KB

71 - Implementation of Graphs.mp4

71.0 MB

71 - Implementation-of-Graphs.pdf

202.9 KB

71 - graph.lua

1.0 KB

/21 - Graph Algorithms Depth First Search DFS/

72 - Introduction to Depth First Search.mp4

16.1 MB

/22 - Solved Problems Depth First Search Graphs/

73 - Problem 1 Treasures in a Map.mp4

147.1 MB

73 - Problem-1-Depth-First-Search.pdf

279.8 KB

73 - treasures.lua

0.9 KB

74 - Problem 2 Number of Rewards.mp4

181.3 MB

74 - Problem-2-Depth-First-Search.pdf

299.3 KB

74 - rewards.lua

1.0 KB

75 - Problem 3 Forest.mp4

73.5 MB

75 - Problem-3-Depth-First-Search.pdf

347.8 KB

75 - forest.lua

1.3 KB

76 - Problem 4 Two Colors.mp4

43.6 MB

76 - Problem-4-Depth-First-Search.pdf

254.4 KB

76 - twocolors.lua

1.1 KB

/3 - Tables/

10 - Introduction to Tables.mp4

42.9 MB

10 - Introduction-to-Tables.pdf

212.5 KB

11 - Table Indices.mp4

35.9 MB

11 - Table-Indices.pdf

292.9 KB

12 - Table Constructors.mp4

66.8 MB

12 - Table-Constructors.pdf

213.7 KB

13 - Sequences.mp4

81.3 MB

13 - Sequences.pdf

189.7 KB

13 - sequence.lua

0.1 KB

/4 - Functions/

14 - Introduction to Functions.mp4

62.4 MB

14 - Introduction-to-Functions.pdf

203.8 KB

14 - calculateSum.lua

0.2 KB

15 - Functions with Multiple Results.mp4

92.7 MB

15 - FunctionsMultRes.mp4

147.4 MB

15 - maximum.lua

0.3 KB

16 - Variadic Functions.mp4

15.2 MB

16 - Variadic-Functions.pdf

198.3 KB

16 - variadic.lua

0.1 KB

/5 - Solved Problems Functions/

17 - Problem 1 Square Roots and Squares.mp4

41.3 MB

17 - Problem-1-Functions.pdf

165.6 KB

17 - problem1.lua

0.2 KB

18 - Problem 2 Special Prime Number.mp4

76.8 MB

18 - Problem-2-Functions.pdf

184.6 KB

18 - problem2.lua

0.4 KB

19 - Problem 3 Stamps.mp4

26.6 MB

19 - Problem-3-Functions.pdf

178.8 KB

19 - problem3.lua

0.3 KB

20 - Problem 4 Related Sum.mp4

38.5 MB

20 - Problem-4-Functions.pdf

169.4 KB

20 - relatedSum.lua

0.8 KB

21 - Problem 5 Polynomial Evaluation.mp4

24.6 MB

21 - Problem-5-Functions.pdf

180.2 KB

21 - polynomialEvaluation.lua

0.2 KB

GetFreeCourses.Co.url

0.1 KB

How you can help GetFreeCourses.Co.txt

0.2 KB

/6 - Conditional Structures/

22 - Conditionals.mp4

15.9 MB

22 - Conditionals.pdf

165.5 KB

23 - Nested Conditionals.mp4

28.2 MB

23 - Nested-Conditionals.pdf

191.5 KB

/7 - Loops/

24 - Numerical For.mp4

97.3 MB

24 - Numerical-For.pdf

283.1 KB

24 - findNegativeValueIndex.lua

0.2 KB

24 - numericalFor.lua

0.2 KB

25 - Generic For and Iterators.mp4

21.0 MB

25 - Generic-For.pdf

194.3 KB

25 - genericFor.lua

0.4 KB

26 - While Loop.mp4

6.5 MB

26 - While-Loop.pdf

178.8 KB

26 - whileLoop.lua

0.1 KB

27 - Repeat Statement.mp4

33.0 MB

27 - Repeat-Statement.pdf

179.0 KB

27 - repeat.lua

0.5 KB

/8 - Solved Problems Loops/

28 - Problem 1 Multiplication Table.mp4

12.3 MB

28 - Problem-1-Loops.pdf

165.9 KB

28 - problem1.lua

0.1 KB

29 - Problem 2 Sum of Squares.mp4

16.8 MB

29 - Problem-2-Loops.pdf

166.0 KB

29 - problem2.lua

0.3 KB

30 - Problem 3 Number of Digits.mp4

25.0 MB

30 - Problem-3-Loops.pdf

164.1 KB

30 - problem3.lua

0.3 KB

31 - Problem 4 Reversed Number.mp4

31.5 MB

31 - Problem-4-Loops.pdf

165.8 KB

31 - problem4.lua

0.3 KB

32 - Problem 5 Cool Numbers.mp4

111.5 MB

32 - Problem-5-Loops.pdf

163.7 KB

32 - problem5.lua

0.5 KB

/9 - Basic Data Structures/

33 - Introduction to Data Structures.mp4

2.4 MB

33 - Introduction-to-Data-Structures.pdf

154.9 KB

34 - Arrays.mp4

2.8 MB

34 - Arrays.pdf

171.7 KB

35 - Matrices.mp4

28.1 MB

35 - Matrices.pdf

166.9 KB

35 - matrices.lua

0.6 KB

GetFreeCourses.Co.url

0.1 KB

How you can help GetFreeCourses.Co.txt

0.2 KB

/

Download Paid Udemy Courses For Free.url

0.1 KB

GetFreeCourses.Co.url

0.1 KB

How you can help GetFreeCourses.Co.txt

0.2 KB

 

Total files 214


Copyright © 2024 FileMood.com