package
0.0.0-20230710210237-5ce2504b62fa
Repository: https://github.com/shomali11/go-interview.git
Documentation: pkg.go.dev

# README

Description

Given a column number, find its corresponding Excel column name.

Example 1:

Input: 26
Output: Z

Example 2:

Input: 51
Output: AY

Example 3:

Input: 705
Output: AAC

# Functions

Decode converts an Excel Column Name to a number.
Encode converts a number to an Excel Column Name.