joltdx
Active Contributor
Member since ‎01-28-2008

User Statistics

  • 453 Posts
  • 68 Solutions
  • 418 Kudos given
  • 697 Kudos received

User Activity

I recently needed to drastically improve performance of a recursive method, and memoization was there to save the day. I'd like to demonstrate the technique, in case you're not familiar with it, using the recursive Fibonacci sequence as a base. FAQ:...
This year, I once again intend to join the fun of solving programming puzzles in the Advent of Code event, using ABAP. | \|/ ...
About two weeks ago, I posted this about FizzBuzz in ABAP, and solving programming puzzles. It seems it was well received, so here's another one that may or may not be simple to solve.   Narcissistic numbers In number theory, a narcissistic number i...
A new Eclipse version 2021-03 (4.19) was just released and what better way to celebrate than to make yet another blog post about installing a lightweight standalone version of it for ADT. Based on the Installing lean Eclipse with ADT by the magnific...
Hi! ABAP is an awesome programming language, and there are often many ways to get to the same end result. But as humans, we tend to stick to habits and do the same things in the same ways as always unless we consciously tries new ways. Hopefully the...