-
STL containers in c++ | Associative | Part-3/4 | OOPs in C++ | Lec-52 | Bhanu Priya
STL containers- Associative & Unordered associative
Associative: Map,multimap,set & Multiset
Please Like, share and subscribe: https://www.youtube.com/channel/UCKS34cSMNaXaySe2xgXH-3A
for more related videos
published: 23 Jan 2018
-
Introduction of STL #3: Associative Containers
This video covers Associative Containers:
set
multiset
map
multimap
Notes can be downloaded from: boqian.weebly.com
published: 28 Dec 2012
-
Containers C++ | C++ STL (Standard Template Library)
Objects that handle a collection of other objects (elements) implementing a well-defined data structure.
These can be Sequence Containers and Associative containers.
In this lesson we study about different containers briefly and also about Container Adapters.
Complete C++ STL playlist: https://www.youtube.com/playlist?list=PL1w8k37X_6L9NXrP1D31hDTKcdAPIL0cG
#stl #standardtemplatelibrary #CPP #containers
published: 12 Aug 2020
-
STL associative containers in modern C++
In this video we talk about associative containers, mostly about std::map and std::unordered_map. We also touch upon std::set and std::unordered_set.
These types are called associative because they *associate* keys to values. The set types are also among these because their keys _are_ their values, but otherwise work in exactly the same way.
These types of containers allow us to store data by key, like storing some rocket characteristics by name etc. Enjoy this video!
The slides are generated from this file: https://github.com/cpp-for-yourself/supplementary-materials/blob/main/lectures/associative_containers.md
*Please support this course!*
- Through Patreon: https://www.patreon.com/code_for_yourself
- Through GitHub Sponsors: https://github.com/sponsors/niosus
- Get a FREE Audible tr...
published: 04 Sep 2022
-
C++ Tutorial 18 : Associative Containers & Container Adapters
The Code : http://bit.ly/cplus18
Best C++ Book : https://amzn.to/2LwT2iT
https://www.patreon.com/derekbanas
In this tutorial I'll cover the Associative Containers, Set, Multiset, Map, and Multimap. I'll also cover the Container Adapters : Stacks, Queues, and Priority Queues. And, finally we'll explore enums.
published: 25 May 2018
-
Associative containers - Jean Guegant - Meeting C++ 2019 lightning talks
Associative containers - Jean Guegant - Meeting C++ 2019 lightning talks
Slides: https://meetingcpp.com/mcpp/slides
published: 27 Nov 2019
-
Overview of C++ STL Associative Containers
This video gives an overview of C++ STL associative containers, including ordered associative containers (i.e., set, multiset, map, and multimap) and unordered associative containers (i.e., unordered_set, unordered_multiset, unordered_map, and unordered_multimap).
published: 16 Jun 2020
-
Intermediate C++ Game Programming DirectX [map / set / Associative Containers] Tutorial 24.1
Associative containers (maps / sets) based on binary tree data structures.
Tutorial 24 wiki page: http://wiki.planetchili.net/index.php?title=Intermediate_C%2B%2B_Game_Programming_Tutorial_24
Check out my Patreon!
https://www.patreon.com/planetchili
Website: http://www.planetchili.net
Twitter: https://twitter.com/planetchili
End slate theme: We're all under the stars by Eric Skiff
http://ericskiff.com/music/
End slate animation: "Amitai Angor AA VFX"
https://www.youtube.com/dvdangor2011
published: 23 Feb 2018
-
STL Containers in c++ | Sequence-Vector | Part-1/4 | OOPs in C++ | Lec-50 | Bhanu Priya
Standard Template Library (STL) container- sequence
Vector
Please Like, share and subscribe: https://www.youtube.com/channel/UCKS34cSMNaXaySe2xgXH-3A
for more related videos
published: 23 Jan 2018
-
Associative Containers
In computing, associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays. Being templates, they can be used to store arbitrary elements, such as integers or custom classes. The following containers are defined in the current revision of the C++ standard: set, map, multiset, multimap. Each of these containers differ only on constraints placed on their elements.
The associative containers are similar to the unordered associative containers in C++ standard library, the only difference is that the unordered associative containers, as their name implies, do not order their elements.
published: 20 Sep 2020
12:39
STL containers in c++ | Associative | Part-3/4 | OOPs in C++ | Lec-52 | Bhanu Priya
STL containers- Associative & Unordered associative
Associative: Map,multimap,set & Multiset
Please Like, share and subscribe: https://www.youtube.com/channel/U...
STL containers- Associative & Unordered associative
Associative: Map,multimap,set & Multiset
Please Like, share and subscribe: https://www.youtube.com/channel/UCKS34cSMNaXaySe2xgXH-3A
for more related videos
https://wn.com/Stl_Containers_In_C_|_Associative_|_Part_3_4_|_Oops_In_C_|_Lec_52_|_Bhanu_Priya
STL containers- Associative & Unordered associative
Associative: Map,multimap,set & Multiset
Please Like, share and subscribe: https://www.youtube.com/channel/UCKS34cSMNaXaySe2xgXH-3A
for more related videos
- published: 23 Jan 2018
- views: 15733
8:55
Introduction of STL #3: Associative Containers
This video covers Associative Containers:
set
multiset
map
multimap
Notes can be downloaded from: boqian.weebly.com
This video covers Associative Containers:
set
multiset
map
multimap
Notes can be downloaded from: boqian.weebly.com
https://wn.com/Introduction_Of_Stl_3_Associative_Containers
This video covers Associative Containers:
set
multiset
map
multimap
Notes can be downloaded from: boqian.weebly.com
- published: 28 Dec 2012
- views: 112489
14:47
Containers C++ | C++ STL (Standard Template Library)
Objects that handle a collection of other objects (elements) implementing a well-defined data structure.
These can be Sequence Containers and Associative contai...
Objects that handle a collection of other objects (elements) implementing a well-defined data structure.
These can be Sequence Containers and Associative containers.
In this lesson we study about different containers briefly and also about Container Adapters.
Complete C++ STL playlist: https://www.youtube.com/playlist?list=PL1w8k37X_6L9NXrP1D31hDTKcdAPIL0cG
#stl #standardtemplatelibrary #CPP #containers
https://wn.com/Containers_C_|_C_Stl_(Standard_Template_Library)
Objects that handle a collection of other objects (elements) implementing a well-defined data structure.
These can be Sequence Containers and Associative containers.
In this lesson we study about different containers briefly and also about Container Adapters.
Complete C++ STL playlist: https://www.youtube.com/playlist?list=PL1w8k37X_6L9NXrP1D31hDTKcdAPIL0cG
#stl #standardtemplatelibrary #CPP #containers
- published: 12 Aug 2020
- views: 35368
15:33
STL associative containers in modern C++
In this video we talk about associative containers, mostly about std::map and std::unordered_map. We also touch upon std::set and std::unordered_set.
These ty...
In this video we talk about associative containers, mostly about std::map and std::unordered_map. We also touch upon std::set and std::unordered_set.
These types are called associative because they *associate* keys to values. The set types are also among these because their keys _are_ their values, but otherwise work in exactly the same way.
These types of containers allow us to store data by key, like storing some rocket characteristics by name etc. Enjoy this video!
The slides are generated from this file: https://github.com/cpp-for-yourself/supplementary-materials/blob/main/lectures/associative_containers.md
*Please support this course!*
- Through Patreon: https://www.patreon.com/code_for_yourself
- Through GitHub Sponsors: https://github.com/sponsors/niosus
- Get a FREE Audible trial here:
- US: https://www.audibletrial.com/CodeForYourself
- DE: https://www.amazon.de/hz/audible/mlp?ie=UTF8&tag=codeforyourse-21
- Start a FREE Amazon Prime membership (DE): http://www.amazon.de/primegratistesten?tag=codeforyourse-21
*Stuff I'm using*
- Keyboard: https://www.amazon.de/s?k=Logitech+MX+Keys&camp=1638&creative=6742&linkCode=ur2&linkId=922b8d741969c432b8cc1eeb1ff9bebd&tag=codeforyourse-21
- Mouse: https://www.amazon.de/gp/search?ie=UTF8&tag=codeforyourse-21&linkCode=ur2&linkId=0a4bd9935d8fc3832a20ed8e4f3576d8&camp=1638&creative=6742&index=aps&keywords=Logitech%20MX%20Vertical
- Monitor: https://www.amazon.de/s?k=Dell+P2720DC&camp=1638&creative=6742&linkCode=ur2&linkId=7ba446da59406a0011d39f5534455381&tag=codeforyourse-21
- Camera: https://www.amazon.de/s?k=Sony+Alpha+6400&camp=1638&creative=6742&linkCode=ur2&linkId=721ca658d5161b07e5a2cccb82ad5dc0&tag=codeforyourse-21
- Microphone: https://www.amazon.de/gp/search?ie=UTF8&tag=codeforyourse-21&linkCode=ur2&linkId=1aa342b28c9bd7613874edca4092b376&camp=1638&creative=6742&index=aps&keywords=rode%20wireless%20go%202
Contents:
00:00 - Intro
01:01 - std::map
10:13 - std::unordered_map
11:39 - Merging maps
12:16 - std::set and std::unordered_set
13:23 - Use cppreference.com!
13:49 - No floats as keys!
15:02 - Outro
The video thumbnail background is adapted from the DALLE·2 network: https://openai.com/dall-e-2/
https://wn.com/Stl_Associative_Containers_In_Modern_C
In this video we talk about associative containers, mostly about std::map and std::unordered_map. We also touch upon std::set and std::unordered_set.
These types are called associative because they *associate* keys to values. The set types are also among these because their keys _are_ their values, but otherwise work in exactly the same way.
These types of containers allow us to store data by key, like storing some rocket characteristics by name etc. Enjoy this video!
The slides are generated from this file: https://github.com/cpp-for-yourself/supplementary-materials/blob/main/lectures/associative_containers.md
*Please support this course!*
- Through Patreon: https://www.patreon.com/code_for_yourself
- Through GitHub Sponsors: https://github.com/sponsors/niosus
- Get a FREE Audible trial here:
- US: https://www.audibletrial.com/CodeForYourself
- DE: https://www.amazon.de/hz/audible/mlp?ie=UTF8&tag=codeforyourse-21
- Start a FREE Amazon Prime membership (DE): http://www.amazon.de/primegratistesten?tag=codeforyourse-21
*Stuff I'm using*
- Keyboard: https://www.amazon.de/s?k=Logitech+MX+Keys&camp=1638&creative=6742&linkCode=ur2&linkId=922b8d741969c432b8cc1eeb1ff9bebd&tag=codeforyourse-21
- Mouse: https://www.amazon.de/gp/search?ie=UTF8&tag=codeforyourse-21&linkCode=ur2&linkId=0a4bd9935d8fc3832a20ed8e4f3576d8&camp=1638&creative=6742&index=aps&keywords=Logitech%20MX%20Vertical
- Monitor: https://www.amazon.de/s?k=Dell+P2720DC&camp=1638&creative=6742&linkCode=ur2&linkId=7ba446da59406a0011d39f5534455381&tag=codeforyourse-21
- Camera: https://www.amazon.de/s?k=Sony+Alpha+6400&camp=1638&creative=6742&linkCode=ur2&linkId=721ca658d5161b07e5a2cccb82ad5dc0&tag=codeforyourse-21
- Microphone: https://www.amazon.de/gp/search?ie=UTF8&tag=codeforyourse-21&linkCode=ur2&linkId=1aa342b28c9bd7613874edca4092b376&camp=1638&creative=6742&index=aps&keywords=rode%20wireless%20go%202
Contents:
00:00 - Intro
01:01 - std::map
10:13 - std::unordered_map
11:39 - Merging maps
12:16 - std::set and std::unordered_set
13:23 - Use cppreference.com!
13:49 - No floats as keys!
15:02 - Outro
The video thumbnail background is adapted from the DALLE·2 network: https://openai.com/dall-e-2/
- published: 04 Sep 2022
- views: 1412
21:06
C++ Tutorial 18 : Associative Containers & Container Adapters
The Code : http://bit.ly/cplus18
Best C++ Book : https://amzn.to/2LwT2iT
https://www.patreon.com/derekbanas
In this tutorial I'll cover the Associative Contain...
The Code : http://bit.ly/cplus18
Best C++ Book : https://amzn.to/2LwT2iT
https://www.patreon.com/derekbanas
In this tutorial I'll cover the Associative Containers, Set, Multiset, Map, and Multimap. I'll also cover the Container Adapters : Stacks, Queues, and Priority Queues. And, finally we'll explore enums.
https://wn.com/C_Tutorial_18_Associative_Containers_Container_Adapters
The Code : http://bit.ly/cplus18
Best C++ Book : https://amzn.to/2LwT2iT
https://www.patreon.com/derekbanas
In this tutorial I'll cover the Associative Containers, Set, Multiset, Map, and Multimap. I'll also cover the Container Adapters : Stacks, Queues, and Priority Queues. And, finally we'll explore enums.
- published: 25 May 2018
- views: 23749
5:06
Associative containers - Jean Guegant - Meeting C++ 2019 lightning talks
Associative containers - Jean Guegant - Meeting C++ 2019 lightning talks
Slides: https://meetingcpp.com/mcpp/slides
Associative containers - Jean Guegant - Meeting C++ 2019 lightning talks
Slides: https://meetingcpp.com/mcpp/slides
https://wn.com/Associative_Containers_Jean_Guegant_Meeting_C_2019_Lightning_Talks
Associative containers - Jean Guegant - Meeting C++ 2019 lightning talks
Slides: https://meetingcpp.com/mcpp/slides
- published: 27 Nov 2019
- views: 789
8:10
Overview of C++ STL Associative Containers
This video gives an overview of C++ STL associative containers, including ordered associative containers (i.e., set, multiset, map, and multimap) and unordered ...
This video gives an overview of C++ STL associative containers, including ordered associative containers (i.e., set, multiset, map, and multimap) and unordered associative containers (i.e., unordered_set, unordered_multiset, unordered_map, and unordered_multimap).
https://wn.com/Overview_Of_C_Stl_Associative_Containers
This video gives an overview of C++ STL associative containers, including ordered associative containers (i.e., set, multiset, map, and multimap) and unordered associative containers (i.e., unordered_set, unordered_multiset, unordered_map, and unordered_multimap).
- published: 16 Jun 2020
- views: 368
28:19
Intermediate C++ Game Programming DirectX [map / set / Associative Containers] Tutorial 24.1
Associative containers (maps / sets) based on binary tree data structures.
Tutorial 24 wiki page: http://wiki.planetchili.net/index.php?title=Intermediate_C%2B...
Associative containers (maps / sets) based on binary tree data structures.
Tutorial 24 wiki page: http://wiki.planetchili.net/index.php?title=Intermediate_C%2B%2B_Game_Programming_Tutorial_24
Check out my Patreon!
https://www.patreon.com/planetchili
Website: http://www.planetchili.net
Twitter: https://twitter.com/planetchili
End slate theme: We're all under the stars by Eric Skiff
http://ericskiff.com/music/
End slate animation: "Amitai Angor AA VFX"
https://www.youtube.com/dvdangor2011
https://wn.com/Intermediate_C_Game_Programming_Directx_Map_Set_Associative_Containers_Tutorial_24.1
Associative containers (maps / sets) based on binary tree data structures.
Tutorial 24 wiki page: http://wiki.planetchili.net/index.php?title=Intermediate_C%2B%2B_Game_Programming_Tutorial_24
Check out my Patreon!
https://www.patreon.com/planetchili
Website: http://www.planetchili.net
Twitter: https://twitter.com/planetchili
End slate theme: We're all under the stars by Eric Skiff
http://ericskiff.com/music/
End slate animation: "Amitai Angor AA VFX"
https://www.youtube.com/dvdangor2011
- published: 23 Feb 2018
- views: 5291
12:05
STL Containers in c++ | Sequence-Vector | Part-1/4 | OOPs in C++ | Lec-50 | Bhanu Priya
Standard Template Library (STL) container- sequence
Vector
Please Like, share and subscribe: https://www.youtube.com/channel/UCKS34cSMNaXaySe2xgXH-3A
for more ...
Standard Template Library (STL) container- sequence
Vector
Please Like, share and subscribe: https://www.youtube.com/channel/UCKS34cSMNaXaySe2xgXH-3A
for more related videos
https://wn.com/Stl_Containers_In_C_|_Sequence_Vector_|_Part_1_4_|_Oops_In_C_|_Lec_50_|_Bhanu_Priya
Standard Template Library (STL) container- sequence
Vector
Please Like, share and subscribe: https://www.youtube.com/channel/UCKS34cSMNaXaySe2xgXH-3A
for more related videos
- published: 23 Jan 2018
- views: 32955
4:56
Associative Containers
In computing, associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associat...
In computing, associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays. Being templates, they can be used to store arbitrary elements, such as integers or custom classes. The following containers are defined in the current revision of the C++ standard: set, map, multiset, multimap. Each of these containers differ only on constraints placed on their elements.
The associative containers are similar to the unordered associative containers in C++ standard library, the only difference is that the unordered associative containers, as their name implies, do not order their elements.
https://wn.com/Associative_Containers
In computing, associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays. Being templates, they can be used to store arbitrary elements, such as integers or custom classes. The following containers are defined in the current revision of the C++ standard: set, map, multiset, multimap. Each of these containers differ only on constraints placed on their elements.
The associative containers are similar to the unordered associative containers in C++ standard library, the only difference is that the unordered associative containers, as their name implies, do not order their elements.
- published: 20 Sep 2020
- views: 8
-
[Categories] Theory of the Category of Sets: Sets and Functions
Video 0 of a lecture on the Theory of the Category of Sets, part of a planned series of videos introducing basic category theory. Reviews the basic terminology and notation of sets and functions, and provides some background of the relationship between set theory and category theory.
Other resources:
- Wikipedia article on elements (a screenshot from this page briefly appears in the video): https://en.wikipedia.org/wiki/Element_(mathematics)
- SEP article on set theory: https://plato.stanford.edu/entries/set-theory/
- SEP article on category theory: https://plato.stanford.edu/entries/category-theory/
- Proof wiki page on set extensionality: https://proofwiki.org/wiki/Axiom:Axiom_of_Extension
- Wikipedia article on the Lambda Calculus (where we get the lambda notation from): https://en.wik...
published: 03 Apr 2021
-
A Sensible Introduction to Category Theory
Remember when I used a video with a coconut in the thumbnail to drive a stake through the heart of mathematical structure? Today, in this introduction to the basics of category theory, I attempt to remove it.
27 Unhelpful Facts About Category Theory: https://www.youtube.com/watch?v=H0Ek86IH-3Y
MetaMaths on category theory: https://www.youtube.com/watch?v=ZG6t0-JMrw0
My dissertation on the equivalence between the category of monoidal categories and the category of representable multicategories: https://drive.google.com/file/d/1hAkV1qSnUutzQMMQi48yo_fXsgb1YnbL/view?usp=sharing
FURTHER READING
Basic Category Theory (Tom Leinster): https://arxiv.org/pdf/1612.09375.pdf
Categories for the Working Mathematician (Saunders Mac Lane): http://www.mtm.ufsc.br/~ebatista/2016-2/maclanecat.pdf
Catego...
published: 22 Jun 2022
-
Category of sets
If you find our videos helpful you can support us by buying something from amazon.
https://www.amazon.com/?tag=wiki-audio-20
Category of sets
In the mathematical field of category theory, the category of sets, denoted as Set, is the category whose objects are sets.The arrows or morphisms between sets A and B are all triples (f, A, B) where f is a function from A to B.
-Video is targeted to blind users
Attribution:
Article text available under CC-BY-SA
image source in video
https://www.youtube.com/watch?v=bIpmx_eb57Y
published: 22 Jan 2016
-
9. Dense || Nowhere Dense set || First category || Second Category set || in Hindi | Ravina Tutoria
Hi everyone !!
We are going to study Bair's Category Theorem, but before studying this theorem we need to study some basic terms:
1. Dense Set
2. Nowhere Dense Set
3. First Category Theorem
4. Second Category Theorem.
In the next theorem we will study Bair's Category Theorem.
I hope you will clear your doubt regarding this topic.
&
Hamesha Ki Tarah
Thanks For Watching
published: 22 Nov 2021
-
Category Theoretic Products: GCD, Cartesian Products of Sets, etc., are the Same - Etaash Katiyar
Category theory is a subject useful for uniting and generalizing many different bits of mathematics-- a bird's eye view of maths. The speaker will introduce what categories are, share an example of category theory unifying the many different constructions of 'products' that an undergraduate encounters, and the surprising result that the greatest common divisor is (almost) the same thing as a product of sets.
No prerequisites are required.
--------------------------------------------------------------------------------
Subscribe: https://www.youtube.com/channel/UCdswONpWjfKTbpkBUP4fOyA?sub_confirmation=1
Our website: https://archim.soc.srcf.net/
Our Facebook page: https://www.facebook.com/archimedeans/
Join our mailing list: https://lists.cam.ac.uk/mailman/listinfo/soc-archimedeans
Join o...
published: 11 May 2020
-
Topics In Analysis (Lecture 15): Sets Of First And Second Category
We introduce the notion of nowhere dense sets and first category sets. The latter are just sets that can be expressed as a countable union of nowhere dense sets.
published: 23 Mar 2017
-
Andrew Brooke-Taylor: Measurable cardinals and limits in the category of sets
published: 12 Mar 2021
-
Dense Sets, Baire Category Theorem | TRB Maths
Thankyou 4 watching.. Stay Tuned !..
published: 06 Feb 2022
-
Takt Category Theory Session 11: Hom-sets and categories with products
published: 19 Jan 2017
-
The category of G-Sets
You can understand everything about the category of covering spaces of a topological space B from the category of G-Sets where G is the fundamental group of B. It helps to know what the category of G-Sets looks like! Here, I put together all the results about G-Sets to present a nice, concise picture of the category of G-Sets.
published: 02 Dec 2022
17:46
[Categories] Theory of the Category of Sets: Sets and Functions
Video 0 of a lecture on the Theory of the Category of Sets, part of a planned series of videos introducing basic category theory. Reviews the basic terminology ...
Video 0 of a lecture on the Theory of the Category of Sets, part of a planned series of videos introducing basic category theory. Reviews the basic terminology and notation of sets and functions, and provides some background of the relationship between set theory and category theory.
Other resources:
- Wikipedia article on elements (a screenshot from this page briefly appears in the video): https://en.wikipedia.org/wiki/Element_(mathematics)
- SEP article on set theory: https://plato.stanford.edu/entries/set-theory/
- SEP article on category theory: https://plato.stanford.edu/entries/category-theory/
- Proof wiki page on set extensionality: https://proofwiki.org/wiki/Axiom:Axiom_of_Extension
- Wikipedia article on the Lambda Calculus (where we get the lambda notation from): https://en.wikipedia.org/wiki/Lambda_calculus
https://wn.com/Categories_Theory_Of_The_Category_Of_Sets_Sets_And_Functions
Video 0 of a lecture on the Theory of the Category of Sets, part of a planned series of videos introducing basic category theory. Reviews the basic terminology and notation of sets and functions, and provides some background of the relationship between set theory and category theory.
Other resources:
- Wikipedia article on elements (a screenshot from this page briefly appears in the video): https://en.wikipedia.org/wiki/Element_(mathematics)
- SEP article on set theory: https://plato.stanford.edu/entries/set-theory/
- SEP article on category theory: https://plato.stanford.edu/entries/category-theory/
- Proof wiki page on set extensionality: https://proofwiki.org/wiki/Axiom:Axiom_of_Extension
- Wikipedia article on the Lambda Calculus (where we get the lambda notation from): https://en.wikipedia.org/wiki/Lambda_calculus
- published: 03 Apr 2021
- views: 1253
26:20
A Sensible Introduction to Category Theory
Remember when I used a video with a coconut in the thumbnail to drive a stake through the heart of mathematical structure? Today, in this introduction to the ba...
Remember when I used a video with a coconut in the thumbnail to drive a stake through the heart of mathematical structure? Today, in this introduction to the basics of category theory, I attempt to remove it.
27 Unhelpful Facts About Category Theory: https://www.youtube.com/watch?v=H0Ek86IH-3Y
MetaMaths on category theory: https://www.youtube.com/watch?v=ZG6t0-JMrw0
My dissertation on the equivalence between the category of monoidal categories and the category of representable multicategories: https://drive.google.com/file/d/1hAkV1qSnUutzQMMQi48yo_fXsgb1YnbL/view?usp=sharing
FURTHER READING
Basic Category Theory (Tom Leinster): https://arxiv.org/pdf/1612.09375.pdf
Categories for the Working Mathematician (Saunders Mac Lane): http://www.mtm.ufsc.br/~ebatista/2016-2/maclanecat.pdf
Category Theory for Computing Science (Michael Barr and Charles Wells): https://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf
Category Theory for the Sciences (David Spivak): https://math.mit.edu/~dspivak/CT4S.pdf
Bartosz Milewski on category theory: https://www.youtube.com/watch?v=I8LbkfSSR58&list=PLbgaMIhjbmEnaH_LTkxLI7FMa2HsnawM_
Emily Riehl on category theory: https://www.youtube.com/watch?v=WLkMBMUk48E
MUSIC
Meditation Aquatic
369 (Epidemic Sound)
Nights Full of Overthinking
Lionel Quick (Epidemic Sound)
Oregano
Vendla (Epidemic Sound)
Wash
Timothy Infinite (Epidemic Sound)
Wind
Osoku (Epidemic Sound)
https://wn.com/A_Sensible_Introduction_To_Category_Theory
Remember when I used a video with a coconut in the thumbnail to drive a stake through the heart of mathematical structure? Today, in this introduction to the basics of category theory, I attempt to remove it.
27 Unhelpful Facts About Category Theory: https://www.youtube.com/watch?v=H0Ek86IH-3Y
MetaMaths on category theory: https://www.youtube.com/watch?v=ZG6t0-JMrw0
My dissertation on the equivalence between the category of monoidal categories and the category of representable multicategories: https://drive.google.com/file/d/1hAkV1qSnUutzQMMQi48yo_fXsgb1YnbL/view?usp=sharing
FURTHER READING
Basic Category Theory (Tom Leinster): https://arxiv.org/pdf/1612.09375.pdf
Categories for the Working Mathematician (Saunders Mac Lane): http://www.mtm.ufsc.br/~ebatista/2016-2/maclanecat.pdf
Category Theory for Computing Science (Michael Barr and Charles Wells): https://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf
Category Theory for the Sciences (David Spivak): https://math.mit.edu/~dspivak/CT4S.pdf
Bartosz Milewski on category theory: https://www.youtube.com/watch?v=I8LbkfSSR58&list=PLbgaMIhjbmEnaH_LTkxLI7FMa2HsnawM_
Emily Riehl on category theory: https://www.youtube.com/watch?v=WLkMBMUk48E
MUSIC
Meditation Aquatic
369 (Epidemic Sound)
Nights Full of Overthinking
Lionel Quick (Epidemic Sound)
Oregano
Vendla (Epidemic Sound)
Wash
Timothy Infinite (Epidemic Sound)
Wind
Osoku (Epidemic Sound)
- published: 22 Jun 2022
- views: 449007
4:07
Category of sets
If you find our videos helpful you can support us by buying something from amazon.
https://www.amazon.com/?tag=wiki-audio-20
Category of sets
In the mathemat...
If you find our videos helpful you can support us by buying something from amazon.
https://www.amazon.com/?tag=wiki-audio-20
Category of sets
In the mathematical field of category theory, the category of sets, denoted as Set, is the category whose objects are sets.The arrows or morphisms between sets A and B are all triples (f, A, B) where f is a function from A to B.
-Video is targeted to blind users
Attribution:
Article text available under CC-BY-SA
image source in video
https://www.youtube.com/watch?v=bIpmx_eb57Y
https://wn.com/Category_Of_Sets
If you find our videos helpful you can support us by buying something from amazon.
https://www.amazon.com/?tag=wiki-audio-20
Category of sets
In the mathematical field of category theory, the category of sets, denoted as Set, is the category whose objects are sets.The arrows or morphisms between sets A and B are all triples (f, A, B) where f is a function from A to B.
-Video is targeted to blind users
Attribution:
Article text available under CC-BY-SA
image source in video
https://www.youtube.com/watch?v=bIpmx_eb57Y
- published: 22 Jan 2016
- views: 68
15:14
9. Dense || Nowhere Dense set || First category || Second Category set || in Hindi | Ravina Tutoria
Hi everyone !!
We are going to study Bair's Category Theorem, but before studying this theorem we need to study some basic terms:
1. Dense Set
2. Nowhere Dense ...
Hi everyone !!
We are going to study Bair's Category Theorem, but before studying this theorem we need to study some basic terms:
1. Dense Set
2. Nowhere Dense Set
3. First Category Theorem
4. Second Category Theorem.
In the next theorem we will study Bair's Category Theorem.
I hope you will clear your doubt regarding this topic.
&
Hamesha Ki Tarah
Thanks For Watching
https://wn.com/9._Dense_||_Nowhere_Dense_Set_||_First_Category_||_Second_Category_Set_||_In_Hindi_|_Ravina_Tutoria
Hi everyone !!
We are going to study Bair's Category Theorem, but before studying this theorem we need to study some basic terms:
1. Dense Set
2. Nowhere Dense Set
3. First Category Theorem
4. Second Category Theorem.
In the next theorem we will study Bair's Category Theorem.
I hope you will clear your doubt regarding this topic.
&
Hamesha Ki Tarah
Thanks For Watching
- published: 22 Nov 2021
- views: 23787
32:25
Category Theoretic Products: GCD, Cartesian Products of Sets, etc., are the Same - Etaash Katiyar
Category theory is a subject useful for uniting and generalizing many different bits of mathematics-- a bird's eye view of maths. The speaker will introduce wha...
Category theory is a subject useful for uniting and generalizing many different bits of mathematics-- a bird's eye view of maths. The speaker will introduce what categories are, share an example of category theory unifying the many different constructions of 'products' that an undergraduate encounters, and the surprising result that the greatest common divisor is (almost) the same thing as a product of sets.
No prerequisites are required.
--------------------------------------------------------------------------------
Subscribe: https://www.youtube.com/channel/UCdswONpWjfKTbpkBUP4fOyA?sub_confirmation=1
Our website: https://archim.soc.srcf.net/
Our Facebook page: https://www.facebook.com/archimedeans/
Join our mailing list: https://lists.cam.ac.uk/mailman/listinfo/soc-archimedeans
Join our Microsoft Teams: http://forms.gle/tGHnN7XhEUVCeRgr6
https://wn.com/Category_Theoretic_Products_Gcd,_Cartesian_Products_Of_Sets,_Etc.,_Are_The_Same_Etaash_Katiyar
Category theory is a subject useful for uniting and generalizing many different bits of mathematics-- a bird's eye view of maths. The speaker will introduce what categories are, share an example of category theory unifying the many different constructions of 'products' that an undergraduate encounters, and the surprising result that the greatest common divisor is (almost) the same thing as a product of sets.
No prerequisites are required.
--------------------------------------------------------------------------------
Subscribe: https://www.youtube.com/channel/UCdswONpWjfKTbpkBUP4fOyA?sub_confirmation=1
Our website: https://archim.soc.srcf.net/
Our Facebook page: https://www.facebook.com/archimedeans/
Join our mailing list: https://lists.cam.ac.uk/mailman/listinfo/soc-archimedeans
Join our Microsoft Teams: http://forms.gle/tGHnN7XhEUVCeRgr6
- published: 11 May 2020
- views: 294
1:03:02
Topics In Analysis (Lecture 15): Sets Of First And Second Category
We introduce the notion of nowhere dense sets and first category sets. The latter are just sets that can be expressed as a countable union of nowhere dense sets...
We introduce the notion of nowhere dense sets and first category sets. The latter are just sets that can be expressed as a countable union of nowhere dense sets.
https://wn.com/Topics_In_Analysis_(Lecture_15)_Sets_Of_First_And_Second_Category
We introduce the notion of nowhere dense sets and first category sets. The latter are just sets that can be expressed as a countable union of nowhere dense sets.
- published: 23 Mar 2017
- views: 1456
12:25
The category of G-Sets
You can understand everything about the category of covering spaces of a topological space B from the category of G-Sets where G is the fundamental group of B. ...
You can understand everything about the category of covering spaces of a topological space B from the category of G-Sets where G is the fundamental group of B. It helps to know what the category of G-Sets looks like! Here, I put together all the results about G-Sets to present a nice, concise picture of the category of G-Sets.
https://wn.com/The_Category_Of_G_Sets
You can understand everything about the category of covering spaces of a topological space B from the category of G-Sets where G is the fundamental group of B. It helps to know what the category of G-Sets looks like! Here, I put together all the results about G-Sets to present a nice, concise picture of the category of G-Sets.
- published: 02 Dec 2022
- views: 148