Skip to content

Latest commit

 

History

History
66 lines (60 loc) · 2.31 KB

README.md

File metadata and controls

66 lines (60 loc) · 2.31 KB

informatics

This repository is meant to serve as a record of my code for solving informatics problems. 📝

Online Judge

Tree (2024-08-29)

  • Main Directories:
informatics
├─code
│  ├─c
│  │  └─src
│  │     └─collegecourse
│  │        └─university_of_oulu
│  ├─cj
│  ├─cpp
│  ├─cs
│  ├─go
│  ├─java
│  ├─js
│  ├─kt
│  ├─lua
│  ├─py
│  │  └─src
│  │     ├─collegecourse
│  │     │  ├─nanjing_institute_of_technology
│  │     │  └─university_of_oulu
│  │     ├─library
│  │     │  ├─algorithm
│  │     │  └─datastructure
│  │     └─onlinejudge
│  │        ├─acwing
│  │        ├─atcoder
│  │        ├─codeforces
│  │        ├─dotcpp
│  │        ├─lanqiao
│  │        ├─leetcode
│  │        ├─luogu
│  │        ├─nowcoder
│  │        ├─pintia
│  │        ├─qoj
│  │        ├─saikr
│  │        └─vjudge
│  ├─rs
│  ├─scala
│  └─ts
└─scripts