Å, Lavangen
Å is a village in Lavangen Municipality in Troms og Finnmark county, Norway. The village is located along the northern shore of the Lavangen fjord, about 4 kilometres (2.5 mi) north of the administrative centre of Tennevoll and about 52 kilometres (32 mi) east of the town of Harstad.
Å | |
---|---|
Village | |
![]() View of the village (left side of the fjord) | |
![]() ![]() Å Location of the village ![]() ![]() Å Å (Norway) | |
Coordinates: 68°47′02″N 17°46′54″E | |
Country | Norway |
Region | Northern Norway |
County | Troms og Finnmark |
Municipality | Lavangen Municipality |
Elevation | 15 m (49 ft) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
Post Code | 9357 Tennevoll |
The population (2001) of the village was 79.[2] The southern part of the village area is called Soløy, and that is the location of Lavangen Church.
Name
The village (originally a farm) was first mentioned in 1610 ("Aa"). The name is from Old Norse á, which means "(small) river"
gollark: I actually stole this particular quicksort from a r/haskell post talking about it.
gollark: ```lisp (let (partition_rec xs pred acc) (cond ((= xs '()) acc) (true (partition_rec (tail xs) pred (cond ((pred (head xs)) (list (cons (head xs) (head acc)) (snd acc))) (true (list (head acc) (cons (head xs) (snd acc)))) ))) )) (let (qsort xs cont) (cond ((= xs '()) (cont '())) (true (do (let h (head xs)) (let t (tail xs)) (let part_result (partition_rec t (lambda (x) (< x h)) '(() ()))) (qsort (head part_result) (lambda (ls) (qsort (snd part_result) (lambda (rs) (cont (+ ls (list h) rs)))))) )) ))```These all have to be done tail recursively or it could overflow.
gollark: Continuation passing style quicksort in a hilariously slow interpreter.
gollark: It manages *1* second, which is great.
gollark: When writing osmarkslisp™, I cared about performance to the extent that it would sort a list of 200 integers in under 5 seconds.
See also
- Å, Ibestad in Ibestad municipality, Troms, Norway
- Å, Tranøy in Tranøy municipality, Troms, Norway
References
- "Å, Lavangen" (in Norwegian). yr.no. Retrieved 2012-09-10.
- Statistisk sentralbyrå (2001). "Folke- og boligtellingen 2001, kommune- og bydelshefter 1920 Lavangen" (PDF) (in Norwegian). Cite journal requires
|journal=
(help)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.