Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Sample algorithms in INTERCAL

License

NotificationsYou must be signed in to change notification settings

leszkolukasz/intercal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

licensestatus

This repository contains implementations of selected algorithms in INTERCAL.

Included algorithms

Check if string is a palindrome

Input format:First line contains single integer, number of letters in the word. Second line contain a word of previously given size.
Output format:Single line with information if given word is a palindrome or not.
Sample input:

SEVENABCDCBA

Sample output:

PALINDROME

Quicksort

Input format:First line contains single integern, number of elements in the array. Each of the followingn lines contains subsequent integers from the array.
Output format:n lines of subsequent integers in sorted array.
Sample input:

FOURFOURTHREEONETWO

Sample output:

IIIIIIIV

About

Sample algorithms in INTERCAL

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp