Files
CSCI-1200/hws/tiktok_trends/Constants.h
JamesFlare1212 a109046498 solve hw-9
2025-04-15 22:10:48 -04:00

4 lines
74 B
C

#pragma once
const int TOP_K_CANDIDATES = 3;
const int TOP_N_OUTPUT = 20;