Question: It's a lisp programming.... I need to make subst-count function!! please help me subst-count - find the number of sub-strings occurring in the list for
It's a lisp programming.... I need to make subst-count function!! please help me
subst-count - find the number of sub-strings occurring in the list
for example
(subst-count '(b a b) '(b b a b a b b a a b)) => 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
