Skip to content

This repository series contains solutions to various coding challenges from https://codingchallenges.fyi. Each project is a custom implementation based on the requirements of a specific challenge, designed to address specific problems and create efficient, functional tools.

License

Notifications You must be signed in to change notification settings

nullsploit01/cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Coding Challenges Series

This repository series contains solutions to various coding challenges from CodingChallenges.fyi. Each project is a custom implementation based on the requirements of a specific challenge, designed to address specific problems and create efficient, functional tools.

Table of Contents

  1. Word Count Utility (wc)
  2. JSON Parser

Challenges

1. Word Count Utility (wc)

  • Repository: https://github.com/nullsploit01/cc-wc
  • Challenge: wc Challenge on CodingChallenges.fyi
  • Description:
    The Word Count Utility (wc) is a custom implementation of the classic Unix wc command. This utility counts the bytes, words, lines, and characters in a given text file or standard input. It supports input from both files and standard input through piping.

2. JSON Parser

About

This repository series contains solutions to various coding challenges from https://codingchallenges.fyi. Each project is a custom implementation based on the requirements of a specific challenge, designed to address specific problems and create efficient, functional tools.

Resources

License

Stars

Watchers

Forks