Functional Data Structures

What are functional data structures

What are the functional data structures? A functional data structure is something that is not imperative and yes, implemented in a functional way. what do I mean by that is, Functional data structures do not use any imperative features like there will be no updates and modifications, and no such operations on a data structure […]

Continue Reading...