The Zen of grinding LeetCode problems: Day 46–Back to simpler times
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-46-back-to-simpler-times-849d1750ee0d
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-46-back-to-simpler-times-849d1750ee0d
Medium
The Zen of grinding LeetCode problems: Day 46–Back to simpler times
The more DBZ stuff comes out the more it stays the same. But that’s not a bad thing
Object detection with TensorFlow (using custom model)
https://medium.com/@YasinShafiei/object-detection-with-tensorflow-using-custom-model-e7731a2158df
https://medium.com/@YasinShafiei/object-detection-with-tensorflow-using-custom-model-e7731a2158df
Medium
Object detection with TensorFlow (using custom model)
Did you know that Artificial Intelligence can track objects while classifying them? I’m sure that a lot of you heard about it. It’s…
leetcode 2344. Minimum Deletions to Make Array Divisible(python)
https://juejin.cn/post/7123032160054804493
https://juejin.cn/post/7123032160054804493
juejin.cn
leetcode 2344. Minimum Deletions to Make Array Divisible(python) - 掘金
这是 Weekly Contest 302的第四题,难度 Hard ,主要考查的是对最大公约数和排序
Data Scientist — Someone Who Finds Gold from Data
https://dedekurniawann.medium.com/data-scientist-someone-who-finds-gold-from-data-5c654ae350dd
https://dedekurniawann.medium.com/data-scientist-someone-who-finds-gold-from-data-5c654ae350dd
Medium
Data Scientist — Someone Who Finds Gold from Data
Introduction to data science, what a data scientist does, and which programming language to use for data science
TypeError: unhashable type: ‘list’! How to Drop Duplicates with Lists in Pandas
https://jianan-lin.medium.com/typeerror-unhashable-type-list-how-to-drop-duplicates-with-lists-in-pandas-45d9e4dd2f6c
https://jianan-lin.medium.com/typeerror-unhashable-type-list-how-to-drop-duplicates-with-lists-in-pandas-45d9e4dd2f6c
Medium
TypeError: unhashable type: ‘list’! How to Drop Duplicates with Lists in Pandas
In this short post, I’m writing about several tricks about dealing with list values in the data frame in Pandas. You may find them useful…
Diagrama de Venn de dois conjuntos em Python
https://gabrielluiz98.medium.com/diagrama-de-venn-de-dois-conjuntos-em-python-f31083d2d76d
https://gabrielluiz98.medium.com/diagrama-de-venn-de-dois-conjuntos-em-python-f31083d2d76d
Medium
Diagrama de Venn de dois conjuntos em Python
Olá! Vocês conhecem o Diagrama de Venn?
Producing Music With Rules — Python Tutorial
https://medium.com/@andrewadiletta/producing-music-with-rules-python-tutorial-8c4005f276f0
https://medium.com/@andrewadiletta/producing-music-with-rules-python-tutorial-8c4005f276f0
Medium
Producing Music With Rules — Python Tutorial
You’ve got a wedding coming up and you need music. Live music costs an arm and a leg, but not to fear, you’re a computer scientist! We’ll write some code that’ll improvise music right on the spot…
Rearrange positive and negative numbers in O(n) time and O(1) extra space
https://rakesh-trri.medium.com/rearrange-positive-and-negative-numbers-in-o-n-time-and-o-1-extra-space-789d7c1a4581
https://rakesh-trri.medium.com/rearrange-positive-and-negative-numbers-in-o-n-time-and-o-1-extra-space-789d7c1a4581
Medium
Rearrange positive and negative numbers in O(n) time and O(1) extra space
An array contains both positive and negative numbers in random order. Rearrange the array elements so that positive and negative numbers…
104. Maximum Depth of Binary Tree — LeetCode(Python)
https://palashsharma891.medium.com/104-maximum-depth-of-binary-tree-leetcode-python-1dbcd6e592d
https://palashsharma891.medium.com/104-maximum-depth-of-binary-tree-leetcode-python-1dbcd6e592d
Medium
104. Maximum Depth of Binary Tree — LeetCode(Python)
I got you!