Link Search Menu Expand Document

Introduction

EOC Project Group 19 Batch A (2021-25)

This wiki describes the Semester 2 Project of subject EOC-II (Elements of Computing Systems II), created by Group 19 of Batch A.

Implemented Classes

  • Tic Tac Toe
  • HashMap<Integer>
  • Strings Extended - Extended Library for Strings
  • Arrays<Integer> - New Array Library for Integers
  • Arrays<String> - New Array Library for Strings
  • Stack Data Structure

Extra Classes

  • Test Classes
    • HashMapTest
    • StringsTest
    • ArraysTest
    • ArraysStringTest
    • StackTest
  • User Interface (UI)
  • Main