2014 Liga Nusantara Central Java

The 2014 Liga Nusantara Central Java season is the first edition of Liga Nusantara Central Java is a qualifying round of the 2014 Liga Nusantara.

Liga Nusantara Central Java
Season2014
2015

The competition scheduled starts on May 2014.[1]

Teams

This season there are 9 Central Java club participants, divided into 2 group of 4 and 5.[1]

Group A
Persak Kebumen
Persibara Banjarnegara
Persikaba Blora
Berlian Rajawali F.C. Semarang
Group B
Persab Brebes
PSIP Pemalang
Persekap Kabupaten Pekalongan
Persikas Kabupaten Semarang
PSD Demak

League table

Divided into 2 group of 4 and 5, winner and runner-up of each group qualify for the semi final 2014 Liga Nusantara Central Java.

Group A

PosTeamPldWDLPts
1Persibara Banjarnegara6231(7-6)9
2Persikaba Blora6231(8-4)9
3Berlian Rajawali F.C. Semarang6141(8-9)7
4Persak Kebumen6123(6-10)5

Group B

PosTeamPldWDLPts
1Persab Brebes8530(9-1)18
2Persekap Kab. Pekalongan8341(7-3)13
3PSD Demak8332(5-5)12
4PSIP Pemalang8134(2-8)6
5Persikas Kab. Semarang8116(3-9)4
gollark: And 🦀Safe Rust™🦀.
gollark: See, this is much nicer.
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}impl<T> List<T> { pub fn new() -> Self { List { head: None } } pub fn push(&mut self, elem: T) { let new_node = Box::new(Node { elem: elem, next: self.head.take(), }); self.head = Some(new_node); } pub fn pop(&mut self) -> Option<T> { self.head.take().map(|node| { self.head = node.next; node.elem }) }}impl<T> Drop for List<T> { fn drop(&mut self) { let mut cur_link = self.head.take(); while let Some(mut boxed_node) = cur_link { cur_link = boxed_node.next.take(); } }}```
gollark: ... or at all?
gollark: You don't have a thing to efficiently deallocate the list.

References

  1. "26 Tim Jateng Tampil di Kompetisi Amatir PSSI". referensi-sepakbola.blogspot.com. 3 April 2014. Archived from the original on 29 April 2014. Retrieved 28 April 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.