Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 384 Bytes

File metadata and controls

6 lines (4 loc) · 384 Bytes

Code Optimization Techniques

This repository contains the standard code optimization techniques. Whatever, code optimization technique I will learn, will add to this repository.

Below are the code optimization concepts:

  1. Memoization: memoization is the concept of caching the result of expensive function calls and return the result from cache if same input occurs again.