Skip to content
Skip to main navigation
Skip to 1st column
Skip to 2nd column
Webeks.net
PHP and Facebook freelancer
Home
Contact
Sitemap
Miha Trtnik
About me
Hire me - I'm a freelancer
Products:
Simple order form
Latest tweets
follow me on Twitter ...
Home
My formal education
Article list
Prolog
Prolog ordered list function
Prolog ordered list function
Tuesday, 26 August 2008 11:49
ordered([_]).
ordered([A,B|List]):-
A<B,
ordered([B|List]).
Email this
Hits: 2208
Comments
(2)
December 30, 2008
good work
hi Miha Trtnik,
you are excellent.
can i call you,if you accepted please tell me.
jana mansor
student of faculty of computers and information.
jana | 217.54.101.131
December 31, 2008
hey
Hey Jana! I am always open to meet new people. Feel free to contact me. You can use Contact form on the site.
regards, Miha
miha | 193.77.156.218
Write comment
Show/hide comment form
If you ask for support
Hey guys! I have to pay for my server and eat from time to time :) Would you consider donating some bucks? Thanks!
Name
Email
Website
Title
Comment
smaller
|
bigger
I have read and agree to the
Terms of Usage.
Add Comment
Please enable JavaScript to post a new comment
Last Updated ( Wednesday, 27 August 2008 13:09 )
Related Items
Use case example UML 2
MOS - modeliranje in odločitveni sistemi
Prolog custom operators
Prolog example exercise - bookies
Prolog matching
Prolog cheat sheet
Prolog member custom function
Prolog concate custom function
prolog add custom function
prolog del (delete) custom function
Prolog insert function
Prolog sub list function
Prolog list permutaion function
Prolog oddlength evenlength function
Prolog reverse list function
Prolog maxlist function
Prolog variables
Prolog knowledge base
Prolog example exercise - flights
UI - artificial intelligence
Event list for Joomla 1.5 with selectable cities and countries
Simple ExtJS drop down list
Class vs Object - the difference explained
Static methods and properties
ampersand (&) operator - used for assigning reference
Sponsored Links
Cloud
calendar
classfb
code
control
data
date
example
function
idday
message
number
option
prolog
public
security
tddiv
time
type
used
user
My friends
partner websites
Main Menu
Home
Personal
Programming
Projects
Web
Simple order form
faculty
My formal education
MOS
IPI
UI
PIS
Article list
Donate
Do you find content useful? Please donate so I can cover my hosting expenses! Thanks!
Latest News
transfer OpenX server to another host
Memcached on Windows (xammp)
Facebook IFrame and Ajax require_login()
XFBML fb:serverFbml not rendering solution
Zend_Log_Writer_Db - Customising table columns
Popular
Use case example UML 2
Eclipse javascript plugin and ExtJs
Cascading ExtJs combobox
ExtJS programming - MVC application layout, OOP and more
Prolog reverse list function