Rahul Kumar Saurabh
Menu
(Move to ...)
Home
SQL Programs
LISP Programs
Contact
▼
Showing posts with label
LISP Program
.
Show all posts
Showing posts with label
LISP Program
.
Show all posts
A Recursive LISP function which takes one argument as a list and return reverse of the list.
›
Programs in lisp with output Define a Recursive LISP function which takes one argument as a list and return reverse of the list . SO...
A Recursive LISP function which appends two lists together.
›
Programs in lisp with output Define a Recursive LISP function which appends two lists together. SOFTWARE USED: LispWorks 6.1 TH...
A Recursive LISP function which takes one argument as a list and return list except last element of the list.
›
Programs in lisp with output Q. Definea Recursive LISP function which takes one argument as a list and return listexcept l...
A Recursive LISP function which takes one argument as a list and return last element of The list.
›
Programs in lisp with output Q.Definea Recursive LISP function which takes one argument as a list and return lastelem...
A Recursive LISP function to compute factorial of a given number.
›
Programs in lisp with output Q.Define a Recursive LISP function tocompute factorial of a given number. SOFTWARE USED: ...
A Recursive LISP function to solve Ackermann’s Function.
›
Programs in lisp with output Q. Define a Recursive LISP function tosolve Ackermann’s Function. SOFTWARE USED: - LispWorks 6.1...
Define a LISP function to compute difference of squares
›
Programs in lisp with output Q. Define a LISPfunction to compute difference of squares. SOFTWARE USED: LispWorks...
Define a LISP function to compute sum of squares.
›
Programs in lisp with output Q. Define a LISP function to compute sum of squares. SOFTWARE USED: LispWorks 6.1 THEORY: - ...
A function in LISP that evaluate a fully parenthesized infix arithmetic expression.
›
Programs in lisp with output Q. Write a function in LISP that evaluate a fully parenthesized infix arithmetic expression. SOFTW...
›
Home
View web version