Genericize image names
This commit is contained in:
@ -3,7 +3,7 @@ title: Code Anatomy - Optimizing recursive functions
|
||||
type: story
|
||||
tags: javascript,recursion,performance
|
||||
authors: chalarangelo
|
||||
cover: blog_images/code-anatomy-optimizing-recursion.jpg
|
||||
cover: blog_images/case-study.jpg
|
||||
excerpt: Recursive code has a tendency of being inefficient and can leave a lot of space for optimization. Learn a couple of tricks we use to speed up our recursive functions.
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user