Technical Ramblings

Tag: Set Theory

Collections in Java

May 29, 2008 r9paul

The Java API contains numerous classes for managing collections (or sets) of objects. A collection allows us to easily model a large number of data values or objects. There are four main types of collections which are available through various API packages; firstly lists. A list is an ordered collection of objects, we’d use this […]

Read More
Comsci Notes Java, PDS, Set TheoryLeave a Comment on Collections in Java

Lets Talk About Sets

May 22, 2008April 19, 2019 r9paul

A set is a collection of distinct objects considered as a whole. [Wikipedia – http://en.wikipedia.org/wiki/Set ] A set can be thought of as a collection of objects – or elements – and these objects can be anything, data – numerical – or indeed other sets. Elements in a set are in no particular order, and […]

Read More
Comsci Notes FA, FA-ST, Set TheoryLeave a Comment on Lets Talk About Sets

Combinatorics

May 20, 2008 r9paul

Combinatorics is a branch of mathematics concerned with the study of finite objects, and has many applications in the field of Computer Science. Combinatorics is useful in problem solving, and is most often involves ideas such as counting elements in a set, or calculating permutations or combinations of elements in a set.

Read More
Comsci Notes Discrete Maths, FA, FA-ADM, Set TheoryLeave a Comment on Combinatorics

Recent Posts

  • How to Reset to Factory Default a Cisco Catalyst 2960, 2950, 2960, 3560…
  • Exporting Contacts from the Durham Uni Database
  • Iris Exchequer Fails to Install
  • Working with MDI Window Backgrounds in .NET
  • Ethernet Fail

Categories

  • Blog
  • Cisco
  • Comsci Notes

powered by

Proudly powered by WordPress

  • Follow Us