Category: programming languages
Teaching Kids Programming: Videos on Data Structures and Algorithms Another Birthday Candles Problem Unlike the Original Birthday Candles Problem described here: Teaching Kids Programming – The Birthday Candles Problem …
The wordpress shortcode is a great feature that we can easily add via the add_shortcode function. This post introduces two shortcode functions in WordPress to get the top 10 …
Checking the Balances of a BTC/bitcoin wallet address can be done in two ways: Querying a Node, or Querying a Third party API. Querying a Node requires running your …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a binary tree where node values are digits from 1 to 9. A path in the binary tree is …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a string s, return the number of unique palindromes of length three that are a subsequence of s. Note …