Append and Concatenate in prolog

preview_player
Показать описание
This video lecture explains how to do append and concatenation using prolog. This lecture also explains the method along with reason and finally i have shown the code using online prolog ide.
If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if you found it helpful...CYA :)
Рекомендации по теме
Комментарии
Автор

Superb explanation! Finally it's clear to me the usage of 3 goals in list operations.

Taking the 1st list all the way down to empty was not in my sight. But now I understand why. Thanks again!

VADroidTS
Автор

You are a God sent human being who saved me.

kunaldhuria
Автор

OMG, Thank you so much, you saved me after a considerable time looking at slides hahahaha

paulomoura
Автор

Great video, had to watch it twice but I still got it 100%. Thank you :D

MrXenon-hnju
Автор

That's an excellent explanation. Thank you very much!

joaovitordutra
Автор

🙏Thank you Sir, really a great video.

sunildogra
Автор

Thank you so much, great video and helped me understand better!

DatIsNietGoedHe
Автор

Good explanation, that really help me, thanks a lot

josuerojasvega
Автор

Great videos!! Can I ask how the append function knows to store the result of concatenating T and L2 inside L3? Thanks

sedex
Автор

Quick question, what are we returning at the end? I get that it is L3, but how are doing that? As in for example when are passing in the parameters, we give it T and L2 right, but do we give L3 too?

Btw this was explained really good!!

datsRight
Автор

why are we appending elements of L1 one by one but elements of L2 as a whole? if we can append L2 in one step then why can't we do the same with L1 too? Will L2 go through the same steps like L1 ?

dhaaraniganeshthangam
Автор

Excuse me but when does the Recursive Call happen? There's not a if clause like if T == [ ] like in imperative languages, so what makes append call append in the second clause?

joaovitordutra
Автор

plz do explanation of quick sort program in prolog

gadireddykrishnamohan
Автор

what will happen If I don't want to append [a, b] at last when I have condition ([], [a, b]), , I don;t have to append this, so what will i write in code?

atharvsakalley
Автор

If you try to define a list in the facts list by saying something like:

L1=[1, 2, 3].

It doesn't compile. How are you supposed to define lists?

neurosync_x
Автор

Thank you, tuComaTriComaAcomaBcoma-OKE

alexandrugorgan