Skip to content

RahulIPEM/CodeOptimizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.