Skip to Content
Technical Articles
Author's profile photo Kallol Chakraborty

Easy way to write algorithms in ABAP: Series 01

Introduction

For a long time, I didn’t find many blog posts regarding writing algorithms in ABAP where as in case of GPLs it is quite popular. So, I am starting a series on this topic for practice & education purposes.

 

Please feel free to comment & have a happy learning experience. 🙂

 

Algorithms

  1. Easy way to perform Kadane’s algorithm(Maximum Subarray) in SAP BTP ABAP(Steampunk), JS & Python
  2. Easy way to perform Stock Buy And Sell algorithm in SAP BTP ABAP(Steampunk), JS & Python
  3. Easy way to perform sorting of 0s, 1s and 2s | Dutch National Flag problem in SAP BTP ABAP(Steampunk), JS & Python
  4. Easy way to perform Next Permutation in SAP BTP ABAP(Steampunk), JS & Python

 

You can find all the sample programs from this link.

N.B: This page will be updated from time to time with the algorithms. I will be using the SAP BTP ABAP Environment 2211 Release.

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Sandra Rossi
      Sandra Rossi

      You could post them to Rosetta Code.

      Author's profile photo Kallol Chakraborty
      Kallol Chakraborty
      Blog Post Author

      Thanks Sandra Rossi for checking out the blogpost & for the suggestion. 🙂