Dean Greer
Dean Greer
  • 45
  • 1 901
Code Breakdown #43 - Intersection of 2 Arrays II - Leetcode - Python
Good exercise from leetcode utilizing set operations ( well one ) and some other stuff :). Keep it MOVING! Enjoy!!!!!!!
#coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #leetcode
Переглядів: 7

Відео

Code Breakdown #42 - Descending Order - Codewars - Python
Переглядів 114 години тому
Breakdown number 42! Shout out to the GOAT Jackie Robinson! In this one I cover the programming exercise 'Descending Order' from codewars.com in Python. Involves manipulation of multi-digit integers - I show you TWO ways to do it. #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance...
Code Breakdown #41 - Rotate for a Max - Codewars - Python
Переглядів 84 години тому
This exercise has some depth - especially for you all on the beginner side. Strap in and enjoy 'rotate for a max', an exercise done in Python from codewars.com. Keep Coding! #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #codewars...
Code Breakdown #40 - From A to Z - Codewars - Java
Переглядів 69 годин тому
This Java exercise from codewars.com is an interesting one where you're given two letters and asked to construct a consecutive alphabet range from it. #coding #java #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #javaprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #leetcode
Code Breakdown #39 - Missing Number - Leetcode - Python
Переглядів 3312 годин тому
Back with a shorter one from leetcode but a long explanation - figure that one out :). Oh well, here it is ya'll. The language is Python. #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #leetcode
Code Breakdown #38 - Longest Palindromic Substring - Leetcode
Переглядів 2014 годин тому
Here I tackle an interesting problem titled 'Longest Palindromic Substring' from Leetcode. Involves string manipulation, slicing, and nested looping. Enjoy! #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #leetcode
Code Breakdown #37 - Maximum Triplet Sum - Codewars - Java
Переглядів 2321 годину тому
In this one I take a trip back into Java in codewars. The name of the exercise is 'maximum triplet sum' and I use what I think is an interesting technique to solve this one. Check it OUT!!!!!!!! #coding #java #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #javaprogramming #developer #codingassistance #computerprogramming #learncoding #codi...
Code Breakdown #36 - Alternate Square Sum - Codewars
Переглядів 26День тому
This one is on the simpler side once you get past the initial point of 'indexes' vs 'positions'. 'Alternate square sum' from codewars.com. Not too deep here. ENJOY!!! #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #codewars
How to Get Good at CODING in 2025 and beyond?
Переглядів 90День тому
Here I break down what it takes to get GOOD at coding in the next year and beyond! Lessons learned from 3 years of teaching online!!! #coding #coder #python #javacoding #learncoding #stem #computerprogramming #computerscience #computer #learntocode2024 #pythonprogramming
Code Breakdown #35 - Plus One - Leetcode - Python
Переглядів 53День тому
Hello again! Back with 'plus one' from leetcode.com, an exercise covering integer digit isolation and dealing with lists. ENJOY :) #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #leetcode
Code Breakdown #34 - Valid Palindrome - Leetcode - Python
Переглядів 28День тому
Hello Coders! Back with a leetcode exercise called 'valid palindrome' focused on string manipulation from leetcode. Good stuff! Enjoy!!!!!!!!! #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #leetcode
Code Breakdown #33 - Length of Last Word - Leetcode - Python
Переглядів 62День тому
Hello! In this one I go back to leetcode.com, doing a programming exercise called 'length of last word in Python. Pretty simple one but always good practice. Keep grinding!! #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codingisfun #leetcode
Code Breakdown #32 - Average Array - Codewars - Python
Переглядів 1514 днів тому
Here we have 'average array' an exercise from codewars.com. It involves 2d lists, nested loops and average calculation. It is a decent exercise to sink your teeth into. Enjoy ya'll!!!!!!!!! #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogramming #learncoding #codin...
Code Breakdown #31 - Every Possible Sum - Codewars - Python
Переглядів 2214 днів тому
Hello there! This is a breakdown and walkthrough of the problem 'every possible sum of two digits' from codewars.com using Python. Utilizes nested looping and breaking a multi-digit integer into separate digits. #coding #python #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #pythonprogramming #developer #codingassistance #computerprogrammi...
Code Breakdown #30 - Remove Duplicate Words - Codewars - C++
Переглядів 24814 днів тому
C again with this one and in codewars! A little longer on the explanation and the code with this one but that is what you get with CPP! Until next time... enjoy!!!!!! #coding #C #programming #algorithm #codingtutorial #tutorial #coder #learncoding #codingexercises #problemsolving #cpp programming #developer #codingassistance #computerprogramming #learncoding #codingisfun #codewars
Code Breakdown #29 - Changing Letters - Codewars - C++
Переглядів 7421 день тому
Code Breakdown #29 - Changing Letters - Codewars - C
Code Breakdown #28 - Your Order Please - Codewars - Python
Переглядів 1421 день тому
Code Breakdown #28 - Your Order Please - Codewars - Python
Code Breakdown #27 - Cut Array into Smaller Parts
Переглядів 4521 день тому
Code Breakdown #27 - Cut Array into Smaller Parts
Code Breakdown #26 - Common Substrings - Codewars - Python
Переглядів 3421 день тому
Code Breakdown #26 - Common Substrings - Codewars - Python
Code Breakdown #25 - Delete Occurrences of an element if it occurs... Codewars - Java
Переглядів 2128 днів тому
Code Breakdown #25 - Delete Occurrences of an element if it occurs... Codewars - Java
Code Breakdown #24 - Increasing Triplet Subsequence - Leetcode
Переглядів 3328 днів тому
Code Breakdown #24 - Increasing Triplet Subsequence - Leetcode
Code Breakdown #23 - Simple Remove Duplicates - Codewars - Java
Переглядів 44Місяць тому
Code Breakdown #23 - Simple Remove Duplicates - Codewars - Java
Code Breakdown #22 - Codewars - SevenAte9 - Python
Переглядів 41Місяць тому
Code Breakdown #22 - Codewars - SevenAte9 - Python
Code Breakdown #21 - Codewars - Disagreeable Ascii - Python
Переглядів 20Місяць тому
Code Breakdown #21 - Codewars - Disagreeable Ascii - Python
Code Breakdown #20 - Leetcode - Contains Duplicate II - Python
Переглядів 37Місяць тому
Code Breakdown #20 - Leetcode - Contains Duplicate II - Python
Code Breakdown #19 - Codewars - String Array Duplicates - Python
Переглядів 73Місяць тому
Code Breakdown #19 - Codewars - String Array Duplicates - Python
Code Breakdown #18 - Reverse Lists Manually - Python
Переглядів 63Місяць тому
Code Breakdown #18 - Reverse Lists Manually - Python
Code Breakdown #17 - Codewars - Adjacent Double Double Letters - Python
Переглядів 75Місяць тому
Code Breakdown #17 - Codewars - Adjacent Double Double Letters - Python
Code Breakdown #16 - Change maker in Java!
Переглядів 392 місяці тому
Code Breakdown #16 - Change maker in Java!
Code Breakdown #15 - Change-Making Problem - Python
Переглядів 852 місяці тому
Code Breakdown #15 - Change-Making Problem - Python

КОМЕНТАРІ

  • @brutusjackendy3658
    @brutusjackendy3658 10 днів тому

    Thanks for sharing Dean

  • @kellyg2895
    @kellyg2895 12 днів тому

    Thank you for posting 😊 Great guidance!

    • @deanwgreerjr
      @deanwgreerjr 10 днів тому

      Thanks for checking in KG! Talk to you soon! :)

  • @vinylcabasse
    @vinylcabasse Місяць тому

    i like that your first video for python is video #0, well played also, the intro track is right up my alley

    • @deanwgreerjr
      @deanwgreerjr Місяць тому

      Thanks! Yes, must observe zero based counting. My son composed the music.

  • @tika6050
    @tika6050 2 місяці тому

    Very sad, even nobody watching di video🗿