1997–98 NCAA Division II men's ice hockey season

The 1997–98 NCAA Division II men's ice hockey season began in October 1997 and concluded on March 14 of the following year. This was the 26th season of second-tier college ice hockey.

Regular season

Standings

Overall record
GP W L T GF GA
Alabama–Huntsville30243320164
Findlay2811161
Minnesota–Crookston

Note: the records of teams who were members of Division III conferences during the season can be found here.

1998 NCAA Tournament

  National Championship
March 13–14
           
E Alabama–Huntsville 6 5 -
W Bemidji State 2 2 -

Note: * denotes overtime period(s)
Note: Mini-games in italics

[1]

See Also

gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.

References

  1. "NCAA Record Book" (PDF). NCAA. Retrieved 2016-04-13.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.