Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alberto-salinas/ranma
https://github.com/alberto-salinas/ranma
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alberto-salinas/ranma
- Owner: alberto-salinas
- Created: 2023-10-06T21:59:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T03:27:16.000Z (over 1 year ago)
- Last Synced: 2024-11-16T12:18:10.658Z (3 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ranma Coding Interview CLI
## Table of Contents
- [Overview](#overview)
- [Commands](#commands)
- [candidates](#candidates)
- [pick](#pick)## Overview
The code package consists of a Go command-line application that provides two main commands, `candidates` and `pick`. These commands are designed to help select and generate coding questions from a question bank.
## Commands
### candidates
The `candidates` command provides functionality to list available coding questions from the question bank. When executed, it lists the available question keys from the `randma.QuestionBank`. It does not take any additional arguments.
Usage:
```shell
$ ./randma candidates
reverse_linked_list
dfs_search$ randma pick -q dfs_search
```