Skip to content

dimpeshmalviya/JavaBasicPrograms

View on GitHub ↗Related repositories →

Core Java Basic Program

active 2025-02-012026-01-20 (UTC)

Partial coverage12,669 / 14,429 hourly files (88%) · 2 absent upstream · 1,754 failed, retryable2024-12-172026-08-11 (UTC)— sampled evenly across the window, so rankings and trends hold; absolute counts scale up.
Events
101
Pushes
32
Pull requests
41
Issues
6
Stars
7
Forks
13

Activity over time

Daily event counts in the loaded window

Line chart, 354 days from 2025-02-01 to 2026-01-20. Pushes: 32 total, peak 6 in a day. Pull requests: 41 total, peak 10 in a day. Issues: 6 total, peak 2 in a day. Comments: 2 total, peak 1 in a day. Stars: 7 total, peak 1 in a day.

  • Pushes
  • Pull requests
  • Issues
  • Comments
  • Stars

Stars, PRs, issues and forks are under-captured in the later part of this window. GH Archive progressively stopped capturing non-push events during 2026 — −95% or worse by the end of the window. Every series here except Pushes fades for that reason, so a decline above reflects the archive, not this repository. Pushes stay reliable throughout, so read them, and the contributor counts derived from them, as the real signal. Data health has the measurements.

Top contributors

Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity

Recent activity

Latest issues, pull requests and releases

  • Issue#115priya13-ui2026-01-20 02:15
    Extract a path of stringimport java.util.TreeSet; public class StudentManagement { public static void main(String[] args) { TreeSet<String> students = new TreeSet<>(); // Adding names one by one students.add("Theagu"); students.add("Krishna Priya"); students.add("Priya Rashi"); students.add("Leon"); // Displaying names line by line for (String name : students) { System.out.println(name); } } }
  • Pull request#114achesin2025-11-10 21:34
  • Pull request#112akshatj-052025-10-26 18:32
  • Pull request#110shail-patel-3212025-10-25 15:44
  • Issue comment#101Adityakumar372025-10-23 17:53
    add Java solution for Maximum Sum Such That No Two Elements Are Adjacent
  • Issue#98dimpeshmalviya2025-10-23 15:14
    Add this interesting question
  • Pull request#100Srijan76-code2025-10-23 15:07
  • Pull request#99sahilsharma172025-10-23 07:49
  • Pull request#96Pratham000072025-10-21 13:45
  • Issue#81dimpeshmalviya2025-10-19 17:18
    "PALINDROME CHECKER PROBLEM" in java
  • Issue#61dimpeshmalviya2025-10-19 17:17
    KMP Search Program
  • Pull request#93bmv1262025-10-19 11:31
  • Pull request#91dimpeshmalviya2025-10-18 10:15
  • Pull request#86Asmita-082025-10-16 06:24
  • Pull request#85Chetanchvn022025-10-15 17:30
  • Issue#83dimpeshmalviya2025-10-15 06:33
    Implement Armstrong Number Checker in Java
  • Pull request#47VinayKumarBM2025-10-08 15:52
  • Pull request#46VinayKumarBM2025-10-08 15:41
  • Pull request#45Pritesh-302025-10-08 15:35
  • Pull request#44dimpeshmalviya2025-10-08 15:10
  • Issue comment#43dimpeshmalviya2025-10-08 15:08
    Optimized solution O(1) space complexity
  • Pull request#44BhumikaYeole2025-10-08 14:07
  • Pull request#42dimpeshmalviya2025-10-08 10:51
  • Pull request#42warifp2025-10-08 10:14
  • Pull request#41dimpeshmalviya2025-10-08 10:11

Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 7 stars here means stars gained during the window, not the repo's star count.