Skip to content

Use a GitHub repository as a catalogue for Github gists to organise, document, and share them in a more structured way.

License

Notifications You must be signed in to change notification settings

rjvitorino/gists-catalogue

GistMaster

GitHub Workflow Status GitHub commits GitHub contributors Coverage Status GitHub issues GitHub last commit GitHub language count License GitHub pull requests

GistMaster, a catalogue for your gists

Welcome to GistMaster, your self-updating catalogue for Github Gists!

This repository compiles my Gists automatically using Github Actions, keeping them organised in a well-structured and easy-to-browse format.

👉 Check my Gists below to explore various code samples.

🧑‍💻 If you like this, you can create your own catalogue! The project is designed to be easily reused by other Github users with minimal configuration, as explained in the Quick Start guide.

Table of Contents

About

👋 I'm @rjvitorino, and my open-source contributions are available on my Github profile. In this repository, you will find solutions to various interview questions, coding challenges, and random snippets and scripts I've created. These gists are automatically fetched and updated using Github Actions and can be set up for your profile as well.

👉 Explore my Gists below to see my work and discover useful code samples.

Quick Start

🚀 For detailed installation and setup instructions, please refer to the Installation Guide.

Contributing

🤝 Contributions are welcome! Please read the Contributing Guidelines and Code of Conduct.

License

📜 This project is licensed under the terms of the GPL-3.0 license.

Contact

📧 For any questions, feel free to contact me via my GitHub profile.

Gists

Gist Description Language(s) Creation date Last updated
1 Cassidoo's interview question of the week: a function that takes an array of integers and returns a new array containing only the even numbers, and sorted. Python 2024-06-03 2024-07-13
2 Cassidoo's interview question of the week: a function that takes an array of integers and a target sum, and returns all unique quadruplets [a, b, c, d] in the array such that a + b + c + d = target Python 2024-06-10 2024-07-13
3 Cassidoo's interview question of the week: a function that takes a list of names and returns the names sorted by the number of vowels in each name in descending order. If two names have the same number of vowels, sort them alphabetically. Python 2024-06-17 2024-07-13
4 Cassidy's interview question of the week (20240401 - April fools!): Given an array of numbers, add all of the values together but only if the number does not repeat a digit. Python 2024-06-19 2024-07-13
5 Cassidoo's interview question of the week: a function that takes an array of daily temperatures and returns an array where each element is the number of days you would have to wait until a warmer temperature. If there is no future day for which this is possible, put 0 instead. Python 2024-06-24 2024-07-13
6 Cassidoo's interview question of the week: a FruitStand class that allows you to add different types of fruits with their quantities and prices, update them, and calculate the total value of all the fruits in the stand. Python 2024-07-01 2024-07-13
7 Cassidoo's interview question of the week: a function that takes an array of integers representing the number of flowers planted in a line, and an integer k representing the number of additional flowers you want to plant. Return whether it's possible to plant all k flowers without planting any two flowers adjacent to each other. Python 2024-07-08 2024-07-13
8 Cassidoo's interview question of the week: a function that given an integer array nums, return the length of the longest increasing subsequence. Python 2024-07-15 2024-07-15
9 Cassidoo's interview question of the week: a function that given a string s and a list of words word_dict, determine if s can be segmented into the space-separated sequence of all the dictionary words. Python 2024-07-24 2024-07-24
10 Cassidoo's interview question of the week: a function that converts between metric and imperial units, breaking up the units into millimeters, centimeters, and meters for metric, and into inches and feet for imperial, up to 2 decimal places. Python 2024-07-29 2024-07-29
11 Cassidoo's interview question of the week: a function that should take one argument n, a positive integer, and return the sum of all squared positive integers between 1 and n, inclusive. Python 2024-08-05 2024-08-05
12 Cassidoo's interview question of the week: a function that given an array of logs and variable assignments, return a list of all unused variables. Python 2024-08-12 2024-08-12
13 Cassidoo's interview question of the week: a function that given an array of logs, where each log consists of a function name, a timestamp, and an event (either start or end), returns the total execution time for each function Python 2024-08-19 2024-08-19
14 Cassidy's interview question of the week: a function that finds the longest substring in the input string s where the number of distinct letters equals the number of distinct digits Python 2024-08-26 2024-08-26
15 Cassidy's interview question of the week: a function to calculate the maximum number of matching shoe pairs in an array of strings Python 2024-09-03 2024-09-03
16 Cassidy's interview question of the week: a function to calculate the minimum number of rows required to seat everyone such that no group is split Python 2024-09-09 2024-09-09
17 Cassidy's interview question of the week: a function to determine the number of unique ways an American Football team can achieve exactly n points Python 2024-09-16 2024-09-16
18 Cassidy's interview question of the week: a function to sort laundry items into the minimum number of loads, where items of the same colour can be washed together, and some different fabric types cannot be mixed together Python 2024-09-23 2024-09-23
19 Cassidy's interview question of the week: implementation of String split() function in my preferred programming language (Python) Python 2024-10-02 2024-10-02

About

Use a GitHub repository as a catalogue for Github gists to organise, document, and share them in a more structured way.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages