Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lesson 6 part b2
# Object Oriented Design # Different forms of data structures length = 6 # number single = "A" # character name = "Faiha" # collection of characters list1 = [1,True,"Jim",-1213.211] # collection of objects # A list is a type of structure that can hold any type of object # A string is a type of structure that can ONLY hold characters list2 = [False,"Faiha", 0] list3 = list1 + list2 name = "Faiha"+" Al-Qahtani" # These are structures # We will create our OWN structure # 1. Give an idea about loops and conditions # 2. Exercises with loops/conditions and string manipulation # 3. Exercises with loops/conditions for sorting (sorting algorithms) # 4. Intro to creating our own data structures # a. Object Oriented Design - Stacks, Queues # b. Recursion # 5. More algorithms using data structures (3 and 4)
run
|
edit
|
history
|
help
0
PyRegLookAhead
Assignment-2b
Saurabh
factorial.py
Vowel
HW. InsertionSort in Descending order
python_study_note_return@if@elif@else
PyRegSearch
вложенные циклы Квадрат
binary search