Aakash Sharan
/home /archive /tags /about

  • 07 Mar 2019 Kadane's Algorithm

    Maximum subarray problem has a brute force solution of O(n2). Using Kadane's algorithm we can solve the problem in O(n) time.

  • 10 Jan 2018 Algorithm's Order of Growth

    Every software engineer should remember this chart. Big O concepts are really important expecially when designing APIs.

  • 13 Nov 2017 Notes on Quiescent Search & Branching Factor

    My notes on algorithmic concepts.

  • 10 Nov 2017 Notes on Iterative Deepening

    My notes on algorithmic concepts.

Recent Posts

  • Passed AWS Certified Solutions Architect – Associate
  • Java 8 tutorial
  • Aggregate Operations in Java 8
  • Method References in Java 8
  • Asynchronous Programming in Java 8

Tags

  • akka notes
  • algorithms
  • aws notes
  • blog
  • cloud architecture
  • data science
  • design patterns
  • java
  • javascript
  • machine learning
  • mba notes
  • microservices
  • programming
  • python
  • r programming language
  • scala

©

Follow me