Skip to content

BarthesSimpson/ReactDataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactDataStructures

Had a dream where I was interviewing at Facebook and they asked me to reverse a linked list. So I did it in React. Woke up and decided to make it a reality.

    <LinkedList vals={[1, 2, 3, 4, 5]}>
      {list => <Reverse list={list}>{reversed => reversed}</Reverse>}
    </LinkedList>

result:

5 > 4 > 3 > 2 > 1

About

Harmless fun with declarative algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published