Skip to content

Commit

Permalink
Change titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed May 16, 2024
1 parent 8a6a6a4 commit 2608345
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _notebooks/2024-03-26-DS-python-dictionaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"layout: post\n",
"title: Learning Hashmaps using Python dictionaries\n",
"description: Data Structures topic - Hashmaps, Sets, Hash Tables, Hashing and Collisions\n",
"courses: { csp: {week: 33} }\n",
"courses: { csp: {week: 34} }\n",
"type: ccc\n",
"---"
]
Expand Down
2 changes: 1 addition & 1 deletion _notebooks/2024-03-26-DS-python-sorting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"layout: post\n",
"title: Sorting algorithms\n",
"description: Working with Data Structures and manipulating data.\n",
"courses: { csp: {week: 33} }\n",
"courses: { csp: {week: 34} }\n",
"type: ccc\n",
"---"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description: Observing the time complexity of different algorithms\n",
"author: John Mortensen\n",
"type: ccc\n",
"courses: { csp: {week: 33} }\n",
"courses: { csp: {week: 34} }\n",
"---"
]
},
Expand Down
4 changes: 2 additions & 2 deletions _notebooks/2024-04-02-DS-python-2D-lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"source": [
"---\n",
"layout: post\n",
"title: 2D Iteration and Animation\n",
"title: 2D Iteration Intro \n",
"description: Several 2D arrays with animations are provided to further learn iteration and data in Python. The objective is to build a stronger foundation in iteration and data. Also, it shows concepts like printing color and moving objects in terminal.\n",
"courses: { csp: {week: 33} }\n",
"courses: { csp: {week: 34} }\n",
"type: ccc\n",
"---"
]
Expand Down
4 changes: 2 additions & 2 deletions _notebooks/2024-04-02-DS-python-images-lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"---\n",
"layout: post\n",
"toc: true\n",
"title: Data Compression, Images\n",
"title: 2D Usage with Images\n",
"description: Lab will perform alterations on images, manipulate RGB values, and reduce the number of pixels. College Board requires you to learn about Lossy and Lossless compression. This is using the Python Pandas module. Python is a primary language for data science and is useful for backend operations like analyzing and storing data.\n",
"courses: { csp: {week: 33} }\n",
"courses: { csp: {week: 34} }\n",
"type: ccc\n",
"---"
]
Expand Down

0 comments on commit 2608345

Please sign in to comment.